TypeScript (TS)
TypeScript is JavaScript with Type checking. It is a superset of JS. Learning it formally in CS349.
Typescript Tutorial
- https://www.typescripttutorial.net/ TypeScript for Java/C# Programmers
- https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes-oop.html The TypeScript Handbook
- https://www.typescriptlang.org/docs/handbook/intro.html
- (can skip tsc compiler setup) TypeScript Tutorial for Beginners Video (Programming with Mosh)
- https://youtu.be/d56mG7DezGs?si=hyzCpU2m0eoUqxOp
- (can skip tsc compiler setup, 7:50 – 23:00)