Tag
Collections
📕 Sometimes I write down notes for an entire course, class or book. These are broken down into several posts.
Notes tagged: “ydkjs”
You Don't Know JS - 01 Get Started
Background, history, naming, future & past JS, JS gaps and more.
You Don't Know JS - 02 Surveying JS
Primitives vs objects, typeof, variable declaration, functions, comparisons, classes, modules. 🤯
You Don't Know JS - 03 Digging to the Roots of JS
Iteration and iterables, closure, this keyword and object prototypes. 🤯
You Don't Know JS - 04 The Bigger Picture
Three pillars of JS: scope & closure, prototypes, types & coercion. 🤯
You Don't Know JS - 05 Exploring Further
On values vs references, function forms, coercive comparison and prototypal classes. 🤯