All Topics

TypeScript

Write JavaScript that scales with types

Overview

Traditional JavaScript gives you a lot of flexibility to with types. You can easily switch between numbers, booleans, strings, and even objects with a lot of freedom. TypeScript is a superset of JavaScript that can turn into regular old JavaScript, and gives you the ability to define strong types in your code, among other things. It's a popular language and technology being developer by Microsoft.

Related Topics

What you should learn next