TIL
  • Home
  • Tags

    Javascript notes part 2

    Promises and async/await — how JavaScript handles asynchronous code without drowning in nested callbacks.

    Jun 24, 2023
    javascript

    Javascript notes

    Arrow functions, lexical scoping, closures, and callback functions — the JavaScript concepts I always need to look up.

    Jun 23, 2023
    javascript

    Hello world

    First post — a quick intro and a note on learning JavaScript.

    May 26, 2023
    meta