Roadmap to becoming a developer in 2022
 
 
 
 
 
FercueNat 38b07f95b9
Format JavaScript roadmap content (#2378)
3 years ago
..
100-commonjs.md Format JavaScript roadmap content (#2378) 3 years ago
101-esm.md Javascript Roadmap Add module content (#1850) 3 years ago
readme.md Add modules resources (#1760) 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