#cors #security #fetch #same-origin #http 12 min read Same-origin policy and CORS: who can read data from another server
#javascript #garbage-collection #memory #performance #fundamentals 16 min read Garbage Collection in JavaScript - how the engine cleans up after your code
#javascript #event-loop #async #microtasks #fundamentals 18 min read Event Loop in JavaScript - how the engine decides what runs next
#javascript #this-keyword #oop #fundamentals 6 min read The this keyword in JavaScript - four binding rules in one place
#javascript #async #await #promises #generators #fundamentals 12 min read async/await in JavaScript - how a function can wait without blocking the thread
#javascript #generators #iterators #async #fundamentals 11 min read Generators in JavaScript - a function that knows how to pause