TypeScript Setup and Data Types

Get introduced to basic TypeScript data types, and find out which ones we will be using during this course.

Overview

TypeScript is a strictly typed language. It ensures that the data types of variables, return value of functions, class methods, members, and so on are consistent over the lifecycle of our application.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy