Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "wk30 javascript"
-
Every assignment is done by reference in JavaScript... like why? Lemme use a pointer when I need it.
ES2016 looks so much like Java, I swear nobody will notice if they added pointers... and over 9000 more confusing features.12 -
My biggest annoyance as a front end developer is no longer knowing whether to do something in PHP or JavaScript anymore.
Seems to be creeping more towards JavaScript these days.4 -
Everyone that says it sucks because there is a new framework everyday, dude, you know that just because there is a new framework it's not a must for you to change your stack to it right? Also, you can find very valuable frameworks with this diversity
-
{
regular: function () { return this }, // ok
arrow: () => { return this } // you mean undefined?
}3