Skip to main content

JavaScript & TypeScript

Practical knowledge for JS and TS — from language quirks to type-system patterns.

Topics in this section

  • TypeScript type system tips (generics, mapped types, conditional types)
  • Async patterns (Promises, async/await, error handling)
  • Module system and bundler behaviour
  • Common JS pitfalls and how to avoid them
  • Runtime differences (Node.js vs browser)

This section is growing. Contribute an article if you know something worth sharing.