Six short, click-through lessons on the ideas that show up in every language — memory, recursion, closures, and async code.
Where your variables actually live in memory.
start →Why two variables can secretly share one value.
start →A function calling itself, one frame at a time.
start →A function that remembers where it was born.
start →How JS does one thing at a time, without blocking.
start →Pausing a function without freezing the program.
start →Big O / time complexity — coming next