TypeScript
Official Docs
The official TypeScript Documentation can be found at https://www.typescriptlang.org/docs/
Some particularly useful links from the docs include...
- Cheat Sheets: Syntax reference pages for different parts of everyday TypeScript code (like Classes, Interfaces, Types and Control Flow Analysis)
- Handbook: A comprehensive document that explains TypeScript to everyday programmers
- Playground: A sandbox to experiment with TypeScript
TypeScript Playground
TypeScript Playground is an online editor that allows you to write TypeScript or JavaScript code online in a safe and sharable way. You can write and run your TypeScript code online and see the result in a live view or in the editor console.