I'm pretty new to this field and I kept seeing typescript everywhere. Thanks for teaching me! Having a good foundation in Javascript really makes everything easy because it looks pretty much the same.
That's because it solves most of the bug application when using javascript. ๐คฃ
article is good and actually i think typescript is much better than javascript
Anthony Fung
Angular/.NET Web developer. I write insights, thoughts, and stories to help software developers build a solid foundation for their skills
A good explanation!
I like TypeScript. In my opinion, the real power of TypeScript comes when doing code refactors. It's far too easy to make a typo in JS and have it go silently undetected until something subtly goes wrong because a variable is undefined after the refactor.