Fix prototypal inheritance question

This commit is contained in:
Vitor Balocco 2013-03-18 22:44:17 +01:00
parent 4880fc5b72
commit d4b940af34
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?