+ 3
What do you prefer, JavaScript or TypeScript?
3 Respostas
+ 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😀