Javascript notes part 2
Promises and async/await — how JavaScript handles asynchronous code without drowning in nested callbacks.
Promises and async/await — how JavaScript handles asynchronous code without drowning in nested callbacks.
Arrow functions, lexical scoping, closures, and callback functions — the JavaScript concepts I always need to look up.
First post — a quick intro and a note on learning JavaScript.