JavaScript

The language and its runtime model. Frameworks come and go; closures, the event loop, and modules do not.

9 articles

The Event Loop

Listed inThe Event LoopJavaScripton

Tasks, microtasks, rendering, and why a single long function freezes the whole page.

Intermediate8 minDraft
#javascript
#runtime

ES Modules

Listed inES ModulesJavaScripton

Static imports, live bindings, dynamic `import()`, and how module shape decides what a bundler can tree-shake.

Intermediate7 minDraft
#javascript
#modules