What are Modules in JavaScript and their Specifications

Опубликовано: 29 Сентябрь 2024
на канале: Code Radiance
1,207
29

Learn about the different kinds of module specifications used in JavaScript.

[00:00] Introduction
[00:28] Brief History
[01:35] Type of Modules Specifications
[01:54] CommonJS Overview
[02:23] AMD (Asychronous Module Specification)
[03:50] ES6 Modules Overview
[05:04] Conclusion

Module Overview in MDN:
https://developer.mozilla.org/en-US/d...

CommonJS:
https://en.wikipedia.org/wiki/CommonJS

AMD:
https://github.com/amdjs/amdjs-api/bl...

ES6 Modules:
https://hacks.mozilla.org/2015/08/es6...

►►►Like this Video? Please be sure to SUBSCRIBE for more:
https://www.youtube.com/c/codefirst?s...

Need more support? Join the Code First discord server and become part of the community.
🔴 Discord:   / discord  

----------My Social Links:
🔴 My Channel:    / coderadiance  
🔴 View Playlists:    / coderadiance  
🔴 My Github: https://github.com/Nitij

#JavaScriptModules #CommonJS #ES6Modules #AMDModules