๐—œ๐—ป๐˜๐—ฟ๐—ผ๐—ฑ๐˜‚๐—ฐ๐˜๐—ถ๐—ผ๐—ป ๐˜๐—ผ ๐—ง๐˜†๐—ฝ๐—ฒ๐—ฆ๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜

TypeScript is a version of JavaScript. It adds a type system to your code.

JavaScript finds errors when you run the app. TypeScript finds errors while you write the code. If you use a string instead of a number, your editor shows the error.

This helps you avoid bugs. It makes changing code safer.

Why use TypeScript?

Types disappear after you compile the code. They only exist to help you build the app.

Key tools:

Source: https://dev.to/yuripeixinho/introducao-ao-typescript-1j4n