What is Typescript …
 
Notifications
Clear all

What is Typescript ?

1 Posts
2 Users
0 Likes
268 Views
0
Topic starter

What is it ?

1 Answer
0

ypeScript allows specifying the types of data being passed around within the code, and has the ability to report errors when the types don’t match. For example, TypeScript will report an error when passing a string into a function that expects a number. JavaScript will not. TypeScript uses compile time type checking.

Share: