+ 3
What do you prefer, JavaScript or TypeScript?
3 Answers
+ 8
TypeScript is  of JavaScript, so it doesnât protect you from any of JavaScriptâs craziness. TypeScript mainly gives you static typing and classes (ES6 also gives you classes). Static typing wonât make much difference for a beginner.
+ 5
ts is much better than js beause it runs on server and gives output as pure js. in this way browser doesn't give any js error.
+ 4
typescript is javascript on steroidsâș
main weapon of angular's menđ