What is so bad about javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is so bad about javascript

Some developers complain that javascript is a poorly written language. But what exactly makes it so, and what could be done to improve it?

28th Apr 2019, 3:15 PM
Logomonic Learning
Logomonic Learning - avatar
7 Answers
28th Apr 2019, 3:27 PM
Alessio Benvenuti
Alessio Benvenuti - avatar
+ 3
Monical, You're Welcome
28th Apr 2019, 3:50 PM
Alessio Benvenuti
Alessio Benvenuti - avatar
+ 2
It is because the implementation of many of the languages features have side affects. These can Introduce unexspect behaviours and bugs.
28th Apr 2019, 4:31 PM
josh mizzi
josh mizzi - avatar
+ 2
Coder the question doesnt mention anything about js being hard, it asks why js has recieved such a bad press on being one of the worst written languages in programming history(besides php, but thats for another discussion). it was created in 10 days!
29th Apr 2019, 2:08 AM
Logomonic Learning
Logomonic Learning - avatar
+ 1
Alessio That is a great article. Thanks
28th Apr 2019, 3:49 PM
Logomonic Learning
Logomonic Learning - avatar
+ 1
Daniel Adam when you say “it is not good or bad, it just is” do you mean it is not a well written language and is a well written language at the same time? either way, what are the bad features which cause these runtime errors?
29th Apr 2019, 3:39 PM
Logomonic Learning
Logomonic Learning - avatar
0
Javascript is a language. It is not good or bad, it just is. As a runtime language you can do quite a lot easily, but you can easily write errornous code, too. The effects occur at runtime, so you need to know the language very well, as errors are hard to fix.
29th Apr 2019, 2:22 PM
Daniel Adam
Daniel Adam - avatar