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
-
@jarnix No. I meant "this". Many devs use statement "var that = this;" and that's why variable "that" occurs at multiple places but the actual variable is still "this".
-
@ILoveJavaScript you know that's just because you have no certainty what “this“ actually is. Even the angular guys did this
-
@Data-Bound : I know what "this" means. I have created some big JavaScript applications. And u can't create one without knowing the meaning or context of "this". I added that rant for beginners as part of week 26 as it's something when not used correctly can cost hours of debugging.
-
One of the things I love about Python is that the same thing in Python sounds very motivational:
Never underestimate the power of self!
Related Rants
-
localpost32General advice: If you're the smartest person in the room, you're in the wrong room.
-
Querijn18To all new devs: - Your language of choice is fine. - There is no superior way to indent, yours is fine. - You...
-
dfox7If you're not learning anything new at your job it's probably time to move on.
Never underestimate the power of "this" in JavaScript
undefined
wk26