Myral Posted June 27, 2020 Report Share Posted June 27, 2020 (edited) I am not the most experienced user, so I would like to know your opinion. And if I write in the wrong topic, I also apologize. Does a JavaScript developer need to learn TypeScript? And why do you use TypeScript? I tried to use it a little, and here are the advantages I highlighted for myself: - Because it looks cleaner than jsdoc type annotations. - Because it can give better autocomplete in your editor of choice than javascript. - Because I've found bugs caused by typos in npm packages that could easily have been avoided if they used TS. - Because the "private" keyword looks better than js' new "#" private variable-name prepend. I heard a lot of positive reviews about TypeScript and at the same time negative reviews, so I would like to discuss this topic. Edited June 29, 2020 by Myral Quote Link to post Share on other sites
RobertEdwards Posted February 15, 2021 Report Share Posted February 15, 2021 By the way, I like this language much more than ordinary JS, and besides, you can often see it in all sorts of resumes such as https://resumewriterreview.net/all-reviews/ziprecruiter-com-review/. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.