Merge pull request #82 from demoive/patch-1

Added @demoive as a contributor (PR #68 & #79)
This commit is contained in:
Darcy Clarke 2013-10-18 08:59:42 -07:00
commit af21b3badf
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ The majority of the questions were plucked from an [oksoclap](http://oksoclap.co
function Person(){} var person = Person() var person = new Person()
```
* What's the difference between `.call` and `.apply`?
* What's the difference between `undefined` and `null`?
* explain `Function.prototype.bind`?
* When do you optimize your code?
* Can you explain how inheritance works in JavaScript?