β26643
Javascript wouldnt be that bad as a language in general if it didnt have retarded quirks like typeof null returning "object", true+false somehow returning 1 and strange behavior with Date
β26687
>>26643Also actual types maybe like Java
β26689
Anything is fine as long as you didn't get spyware on your pc from trying to write it using Notepad++
β26697
ruby better
β26719
javascript is easy, but itβs absurdly hard to truly master. like for example, the event loop, where setTimeout() can execute after a resolved promise even if the timeout is set to 0ms, because microtasks (promises) always run before macrotasks (timers), which completely breaks what beginners assume is normal execution order.
the ecosystem is terrible, but i genuinely like that javascript has taken over. i like its philosophy, i like how flexible it is, and i like how it basically runs the modern world at this point. if youβre still whining about javascript, just use typescript