Scope of Variables using let and const

The new version of JavaScript, "EcmaScript 6" or "ES6", offers a number of new features that extend the power of the language. ES6 is not widely supported in today's browsers. To run the code in browsers, we will be using typescript transpilers to transpile.

  • Setup the environment for writing code of angular 2.0 with ES6 features.
  • Understand the features of ES6 and run examples with Babel transpiler.
  • Use transpilers (Typescript/Babel) to transpile ES6 code to ES5.

Complete and Continue