computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
|
3 years ago | |
---|---|---|
.. | ||
100-commonjs.md | 3 years ago | |
101-esm.md | 3 years ago | |
readme.md | 3 years ago |
readme.md
Modules
Modules encapsulate all sorts of code like functions and variables and expose all this to other files. Generally, we use it to break our code into separate files to make it more maintainable. They were introduced into JavaScript with ECMAScript 6.
Free Content Modules, introduction Export and Import Dynamic imports