I am working with javascript from past 4 years still not aware about below terminologies related to module. Could someone please explain these to me in easy language ?
- AMD
- CommonJS
- ES6
- WebPack
- Browserify
I am working with javascript from past 4 years still not aware about below terminologies related to module. Could someone please explain these to me in easy language ?
Bad question but...
AMD: http://requirejs.org/docs/whyamd.html
CommonJS: http://www.commonjs.org/
ES6: http://es6-features.org/#Constants
WebPack: https://webpack.js.org/
Broserify: http://browserify.org/