Answers to Front-end Job Interview Questions - JS Questions. Pull requests for suggestions and corrections are welcome!
- Explain event delegation
- Explain how this works in JavaScript
- Explain how prototypal inheritance works
- What do you think of AMD vs CommonJS?
- Explain why the following doesn't work as an IIFE: function foo(){ }();. What needs to be changed to properly make it an IIFE?