Posted On: Feb 22, 2018
Installation: In order to install Babel, you require node.js and NPM. Make sure Node.js is installed on your server.
To check node installed or not run below commands on your terminal.
node -v npm -v
Installing Babel : We can install Babel CLI locally by running below command on terminal.
npm install --save-dev babel-cli
Never Miss an Articles from us.
Es6 or ECMASCRIPT 2015 is sixth major release of ECMAScript language which comes with a lot of new features and syntax..
New Features in ES6. Support for constants (also known as “immutable variables”) Block-Scope support for both varia..
Babel is one of the most popular JavaScript transpilers and becomes the industry standard. It allows us to write ES6 cod..