| Not insightful? I'm the author. I drew attention to several important facts about JavaScript... 1) The language has terribly inconsistent semantics, esp. with regards to its loose typing and aggressive coercions. 2) Just because JavaScript is the native language of the web browser, it does not necessarily mean that you must program in it directly. There are dozens of better languages that transpile to it. 3) Despite Node's popularity, JavaScript is ill-suited for the server side. Have you heard the axiom, "Use the best tool for the job"? On the server side, JS is definitely not the best tool. There are much better languages, such as Go or C# or Scala, just to name a few. 4) ECMA is turning JavaScript into a very complicated language. Just look at the size of ES6's language spec! JS can no longer claim to be an "easy to learn" language, which was one of the key reasons for its growing popularity. berserker-one was correct: I wrote a satirical article. It was meant to be funny, and I can testify that many people do find it amusing (based on the responses I've been getting). I'm sorry you don't share my sense of humour. You need to lighten up. |