Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 624 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 624 Bytes

Advanced JavaScript

JavaScript is a beautiful language and it has its good part together with the bad parts that might cause your brain to blow up.

You should not use those parts in production but being aware of them is making you a better professional.

Goals

  1. Practice ES2016 JS
  2. Understand quirks of JavaScript

Exercise

  1. Implement several ES6 katas
  2. Solve ES5 Quiz
  3. Solve ES6 Quiz

Resources