What is your honest opinion on JavaScript?
What is your honest opinion on JavaScript?
Kotlin will replace it some day, and the world will be a better place
It's the single best dynamic, weakly typed scripting language out there and it's getting better and better with each new feature.
ES6 is comfy to write in, even though you have some stupid stuff like pic related. If you stop being an autist and actually write stuff in it, it can be the best language to get things done in. Also, don't use meme libraries.
>stupid stuff like pic related
only braindead mutts use loose eq operator for anything other than checking for bottom values
Then loose eq should be "===" -- why is the most common use case the most verbose?! Retarded.
I think TypeScript is the more practical replacement, it has big community and easy to moving from JS
I hate niggers
I'm learning it as my first language. Have I sinned against the collective opinion of Jow Forums?
You fucking retard TypeScript isn't a replacement for JavaScript at all. It's a code generator markup that turns into JavaScript. IT'S STILL JAVASCRIPT. IT'S ALL STILL JAVASCRIPT.
TypeScript has bullshit like "public" and "private" variables in classes, but you know what they turn into when you compile it? var. Just var because JavaScript has no concept of public or private.