Skip to content

Latest commit

 

History

History

advanced-js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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