What are the advantages of typescript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the advantages of typescript?

TS can be translated to JavaScript, but what is the reason to use it?

12th Jul 2020, 5:27 PM
sare
2 Answers
+ 1
TS have good features to implement app .. Support the object oriented and readable coding like java coding...It's super set of JavaScript ..
12th Jul 2020, 5:38 PM
Rkumar
Rkumar - avatar
+ 1
sare hi, From what I understand, it allows you to debug your code more efficiently. As soon as you compile it to js, you'll know what are the errors. Even if you still can have errors by running your code later, it reduce the time spent debugging and so increase your flow, once you master it a bit.
12th Jul 2020, 9:04 PM
EmmanueLZ.
EmmanueLZ. - avatar