Hacker News new | ask | show | jobs
by mplewis 972 days ago
After using TypeScript, I’m never going back to vanilla JavaScript if I can help it.
2 comments

Yeah, even for my simplest projects, like single-file scripts directly modifying HTML, I'll use `tsc` to compile .ts into .js, just so that I can get better IntelliSense while I'm working
That’s great to hear! Did you find it hard to learn?