ES - ECMA Scrpt
WebPack
Babel
NPM
What is ES (ECMA Script)?
ECMA is short form of European Computer Manufacturers Association.
use strict
Variable declaration - var , let, const
Enhancement of ARRAY.
Class, Constructor,
Various types of loops.
For More information visit following links:
https://en.wikipedia.org/wiki/ECMAScript
https://www.w3schools.com/js/js_versions.asp
What is WebPack ?
Webpack is a popular module bundling system built on top of Node. js.
Webpack is a module bundler for modern Java script applications.
Webpack can also load non-js files, such as static assets, JSON files, CSS and more.
What is Babel ?
Babel compiles newer JavaScript into older JavaScript.
Technically it is a transpiler.
Babel will compile your code into JavaScript that will run without issues on all browsers.
What is NPM ?
NPM - Node Package Manager.
NPM get installed by installing Node.JS .
NPM is largest package collection library.
PACKAGE.JSON file where NPM store all package and dependencies version details.
No comments:
Post a Comment
Please, Write your valuable comments..