Before you write a single line of Node.js — nail these JS fundamentals
Variables: var vs let vs const
Functions & Arrow Functions
Promises & async/await
Closures & Scope
this keyword
Destructuring & Spread
ES Modules (import/export)
Array methods (map, filter, reduce)
Error handling (try/catch)
JSON