## TypeScript First Steps ### A [FrontendMasters](https://frontendmasters.com) course by [AnjanaVakil](https://anjana.dev) [anjana.dev/typescript-first-steps](https://anjana.dev/typescript-first-steps)
### About this course -- ### Why & How - JS vs. TS & the problems TS solves - Installing TS & setting up - Moving gradually from TS to JS -- ### Functionality & Features - Adding types variables & functions - Defining, exporting, and importing types - Union types & type narrowing - Defining & extending interfaces - Generic types & type parameters -- ### Libraries & Workflows - TS configuration & full-stack workflows - Testing & debugging TS apps - Validating data for end-to-end type safety - Open-source libraries for production-grade TS -- ### Ground rules - Everyone belongs here! - There are no "dumb" questions - Growth > Goalposts -- ### Intros - What brings you here today? - What's your experience with JS (or TS)? - What's your favorite _type_ of coding project? -- ### Ready? # [Let's go!](./1.html)