DEV Community

Discussion on: I'm no more afraid of you JavaScript, thanks to DEV.to!

Collapse
 
pclundaahl profile image
Patrick Charles-Lundaahl

Glad it finally clicked for you! I have to say, I really find TypeScript is the only way I can maintain any sanity while writing JavaScript (and I've been using JS for at least a few years now - it's easily my most proficient language).

Collapse
 
aleksandrhovhannisyan profile image
Aleksandr Hovhannisyan

TS is definitely the way to go for anything more than a toy project.

When prototyping/sandboxing, I prefer JS because it doesn't get in my way as much.