nodejs modules (#2118)
* Node.js Introduction updated ...developer-roadmap/content/roadmaps/107-nodejs/content/100-nodejs-introduction/readme.md file updated with the appropriate guidelines. * 101-nodejs-modules.md file updated * Update content/roadmaps/107-nodejs/content/100-nodejs-introduction/readme.md * Update content/roadmaps/107-nodejs/content/101-nodejs-modules/readme.md * Update content/roadmaps/107-nodejs/content/101-nodejs-modules/readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2032/head^2
parent
a5ffacdb02
commit
00f84e360e
2 changed files with 9 additions and 3 deletions
@ -1 +1,7 @@ |
|||||||
# Nodejs modules |
# Node.js Modules |
||||||
|
|
||||||
|
CommonJS modules are the original way to package JavaScript code for Node.js. Node.js also supports the ECMAScript modules standard used by browsers and other JavaScript runtimes, they are the official standard format to package JavaScript code for reuse. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://nodejs.org/api/modules.html#modules-commonjs-modules'>Modules: CommonJS modules</BadgeLink> |
||||||
|
href='https://blog.logrocket.com/commonjs-vs-es-modules-node-js/'>CommonJS vs. ES modules in Node.js</BadgeLink> |
Loading…
Reference in new issue