Merge pull request #44 from vitorbal/patch-1

Fix prototypal inheritance question
This commit is contained in:
Darcy Clarke 2013-03-18 15:22:26 -07:00
commit a8aa09ee35
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ The majority of the questions were plucked from an [oksoclap](http://oksoclap.co
* Explain event delegation
* Explain how `this` works in JavaScript
* Explain how to prototypal inheritance works
* Explain how prototypal inheritance works
* How do you go about testing your JavaScript?
* AMD vs. CommonJS?
* Which JavaScript libraries have you used?