Skip to content

VanHakobyan/ECMAScript6

Repository files navigation

Current browsers don’t support all the new ECMAScript 6 (aka ECMAScript 2015) features yet (see comptability table). You need to use a compiler (transpiler) to transform your ECMAScript 6 code to ECMAScript 5 compatible code. Although there are other options, Babel has become the de-facto standard to compile ECMAScript 6 applications to a version of ECMAScript that can run in current browsers. Babel can also compile other versions of ECMAScript as well as React’s JSX, but that is beyond the scope of this tutorial.

My simple codes and projects

  1. Variables
  2. Strings
  3. Functions
  4. Arrays
  5. Operators
  6. Classes
  7. Map
  8. Set
  9. Object
  10. Promice
  11. KinoSite


About ✏️

  • Web Storm 2017 📕
  • ECMAscript 6 📔