
Day 2 of learning TypeScript
1. Went through the official TypeScript docs and other video resources
2. Explored core primitive types: number, boolean and string
typescriptlang.org/docs/handbook/…
3. Practiced everything in the TypeScript Playground. Found it great for experimenting and catching errors
4. Learned why “any” is discouraged, as it disables type checking and removes most of TypeScript’s safety checks
Small progress but building a solid foundation.
English