TypeScript is a superset of JavaScript that adds static types. You write code like normal JavaScript, but you can also add type information to catch mistakes before your code runs. If you know JavaScript, you can pick up TypeScript quickly.

The next sections cover only the TypeScript basics you need for backend APIs.


Tags: