DEV Community

Discussion on: Typescript vs Javascript : Which one should you use for your next project ?

Collapse
 
blindfish3 profile image
Ben Calder

I would also add that in practice the difference between compile time and run time errors is pretty irrelevant. When I worked on pure JS projects in the past I always had a dev environment set up that refreshed my browser on every save: so I got near instant feedback.