Skip to content

TypeScript

Matěj Chalk edited this page May 19, 2022 · 7 revisions

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It enables JavaScript apps to scale by catching type errors at compile time, enabling intelisense tooling and transpiling modern language features to target ECMAScript version.

📖 Official docs

🔨 Workshops

💬 Talks

🧪 Exercises

Clone this wiki locally