JavaScript Overtakes Java As Most Popular Programming Language (venturebeat.com)
An anonymous reader writes: Today, HackerRank released the 2019 edition of its annual Developer Skills Report (PDF), surveying over 71,000 software developers from more than 100 countries. Every single industry requires software developers, meaning competition for technical talent is fierce. The idea here is to help everyone from CEOs and executives to hiring managers and recruiters understand the developers they're pursuing. We've put together a quick video to summarize the results. HackerRank asked developers which programming languages they knew and which ones they wanted to learn. Seventy-three percent of developers said they knew JavaScript in 2018, up from 66 percent in 2017. JavaScript was 2018's most well-known language, compared to Java in 2017.
There is no way Java was ever #1 in the first place. Give me a break.
I'm surprised Java has held on this long, but there is a ton of enterprise Java development still out there... it seems like in recent years stuff like node.js has really started to take over server development, and Javascript is slowly spreading to other realms as well.
It's funny how languages that are never favorites of the purists seem to always end up at the top...
"There is more worth loving than we have strength to love." - Brian Jay Stanley
JavaScript is the best language for learning? Christ.
JS was the reason I never did get into webdev besides some minor pages that just use CSS and HTML.
http://progressquest.com/spoltog.php?name=Son+Of+Son+Of+DarkRookie
As I continue to develop my new data management system in that archaic language C++. I am one of those Luddites who believes that 'scripts' are for doing once-in-a-while tasks that need to be written quickly or updated often. Real programs are written in Assembly or the next best thing...C or C++. Of course, all the young programmers can't believe the demo when my system can do something in half a second that usually takes 10 times longer using something else.