It's time to vote! Choose the programming language you use for your projects or learning right now, and tell the story of why this programming language is your choice. I'll mention the top 10 programming languages by Stack Overflow 2021 Developer Survey. So if you don't find your in this poll, write in the comments.
My choice is JavaScript, a simple but elegant solution for most situations I face. Fun fact JavaScript completes its ninth year in a row as the most commonly used programming language. JS is well-known in business circles as a robust and scalable solution. So it quickly became one of the most favorable tools for developing a wide range of solutions, including web applications, the server-side infrastructure of products, cross-platform apps, browser games, software for IoT devices, and many others. If you want to learn more about JS, this is a good resource.
Gotta put my vote in for typescript. The type safety is good not just for eliminating a certain class of bugs, but also in documenting and making code more readable. Plus it's backwards compatible with plain javascript so you get the best of both worlds.
This comment was deleted 4 years ago