DEV Community

Discussion on: Why use TypeScript for web development?

Collapse
 
themobiledev profile image
Chris McKay

Oh, absolutely. But, it makes it so much easier to work with. I like that you can still use regular JavaScript within it. In fact, yesterday we solved a problem by writing out some pure JavaScript in the middle of a TypeScript function call while developing an Angular application.