JS Training Slides
- You Don't Know JS, by Kyle Simpson
- Eloquent Javascript, by Marijn Haverbeke
- http://perfectionkills.com/javascript-quiz-es6/
- http://www.codequizzes.com/javascript
- Questions every JS developer should know
- Async Programming > Async Iterators,
- DOM API (as introduction to React/JSX)
- Functional Programming Trampolines
- Objects > Proxy: Handlers, Reflect, ...
- Errors handling: Catch errors, throw custom errors
- Last Session: Group review of current legacy code
- Mastering the console: https://medium.com/@mattburgess/beyond-console-log-2400fdf4a9d8