Lesson 1 of 5

Types add safety

Types add safety

TypeScript is JavaScript plus a type system. You describe the shape of your data, and the compiler catches mistakes (typos, wrong arguments) before the code runs.

It compiles down to plain JavaScript, so it runs anywhere JS does.

Q&A · 0

Enrol to ask questions and join the discussion.

No questions yet — be the first to ask.