-1

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
1

2 Answers 2

2

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/

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.