Tag
Collections
π Sometimes I write down notes for an entire course, class or book. These are broken down into several posts.
Notes tagged: βjavascriptβ
You Don't Know JS - 01 Get Started
Background, history, naming, future & past JS, JS gaps and more.
JS - The Hard Parts (Notes)
My notes from the FrontendMasters course JavaScript: The Hard Parts
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. π€―
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).
CS50 Week 8: HTML, CSS, JavaScript
What is the Internet and how does it work?