+ 1
What are the advantages of typescript?
TS can be translated to JavaScript, but what is the reason to use it?
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 ..
+ 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.