TypeScript Enums Cheatsheet
Use enums effectively for type-safe constants and fixed sets of values.
Simple, ADHD-friendly cheatsheets and guides on typescript. Clear technology help, made for quick understanding.
Use enums effectively for type-safe constants and fixed sets of values.
Use enums effectively for type-safe constants and avoid common pitfalls.
Understand common TypeScript errors and how to fix them.
A starter guide to TypeScript covering types, variables, and basic syntax for newcomers.
A guide to TypeScript classes, constructors, access modifiers, and inheritance with practical examples.
Learn how interfaces define object shapes, optional properties, and contracts for cleaner typed code.
Learn how to organize TypeScript code using ES modules, named exports, and default exports.
Quick reference for the most important tsconfig.json options to configure your TypeScript projects.
Understand type aliases, unions, and intersections to make your TypeScript code more expressive.