Ranter
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
Comments
-
enitoni4378y@Yast2 "this" is easy once you grasp it. Just remember that if you reference "this" in a function, then whatever calling that function will be "this"
-
enitoni4378y@Yast2 Whenever you need "this" in a function, pass it in a "self" parameter on the function. Then you can access"this". However with ES6 arrow functions, there's no need.
-
tahnik389908yI like it too. It's unpredictable. That makes feel challanged, makes me think, makes me rant on devRant.
I like that
When everyone is complaining about how terrible JavaScript is and I'm just sitting there thinking "but... I like it.."
undefined