Tag
Collections
📕 Sometimes I write down notes for an entire course, class or book. These are broken down into several posts.
Notes tagged: “ydkjs2”
You Don't Know JS: Book 2 (Scope and Closure) - 01 What's the Scope?
My notes from Kyle Simpson's (aka getify's) 2nd book, spoiler alert: twas difficult 😅
You Don't Know JS: Book 2 (Scope and Closure) - 02 Illustrating Lexical Scope
On how the Engine + Compiler + Scope Manager are the bestest of friends.
You Don't Know JS: Book 2 (Scope and Closure) - 03 The Scope Chain
The scope chain, shadowing, and the different function forms.
You Don't Know JS: Book 2 (Scope and Closure) - 04 Around the Global Scope
JavaScript global scope and built-ins in different environments (browser, engine, dev tools, node).