DEV Community

Discussion on: How did Javascript click for you?

Collapse
 
nikfp profile image
Nik F P

Oddly, Typescript made Javascript click for me. I was able to produce working code in Javascript before I learned TS, but getting in and using the type system made the rest make sense to me. I also learned C# as my first serious language, so TS was a closer fit than vanilla JS.

Now if I write vanilla JS I have much more confidence in what I'm doing. That said, anything non-trivial that I write is going into a Typescript file regardless.