DEV Community

Discussion on: Singleton in JavaScript

 
tomekbuszewski profile image
Tomek Buszewski

Yes, TypeScript is a great tool and I use it recently for almost everything. The best thing is, it's JavaScript superset, so you don't really have to know everything and can just build your knowledge while working on a project. Create a plain JS code then slowly fill the type coverage as you go :)