Web APIs

Javascript is a single threaded language that has to do things in the order they come in – but also …

The Call Stack

JavaScript uses a data structure, which we call the call stack to keep track of every function call that’s made …

The JavaScript Event Loop

Javascript is a single minded language. Or, more accurately, a single-threaded one. However you probably can’t spend much time on …

Don’t Block the Box

I know so many devs I’ve talked to who treat the languages they work in as a black box. They …