Your First Types
Let's learn about the basic types in TypeScript.
String Type
Number Type
Boolean Type
Type Errors
TypeScript catches type errors at compile time:
Multiple Variables
Exercise: Fix the Types
The code has type errors. Fix them:
Discussion
Sign in to join the discussion.
0 comments

