- Modules
- JavaScript
- Programming
CommonJS
CommonJS Modules․ require and module.exports
2 min read
AKAram Khachatryan
270
Everything I have written, newest first.
119 articles
CommonJS Modules․ require and module.exports
What is a module in JavaScript and why is it important?
IIFE (Immediately Invoked Function Expressions) – Why was this needed and why we hardly use it now
Spread vs Rest operators – how and when to use them
Object Destructuring – how to simplify code
How Promises work, why async/await is more readable
Scope, Closure and Lexical Environment
How the JavaScript Event Loop Works
In this article, we will explore how closures work in async code.