👋 Hello, I'm Dave Gray.
✅ Check out my YouTube Channel with all of my tutorials.
🚀 Follow Me:
📺 YouTube Playlist for this repository.
🚀 This repository shares ALL of the resources referenced during the Typescript for Beginners tutorial series.
DO NOT COPY FOR AN ASSIGNMENT - Avoid plagiarism and adhere to the spirit of this Academic Honesty Policy.
- 🔗 Typescript Official Site
- 🔗 Node.js & npm
- 🔗 Anders Hejlsberg, Creator of Typescript and C# Interview
- 🔗 Stackoverflow Survey Results
- 🔗 Chapter 1 - Introduction, Setup & Config
- 🔗 Chapter 2 - Basic Types
- 🔗 Chapter 3 - Arrays, Tuples, Objects & Enums
- 🔗 Chapter 4 - Type Aliases, Literals, Functions & Never Type
- 🔗 Chapter 5 - Type Assertions & Type Casting
- 🔗 Chapter 6 - Classes & Interfaces
- 🔗 Chapter 7 - Index Signatures & keyof Assertions
- 🔗 Chapter 8 - Generics