“This” in javascript
This is one term that confuses beginners in javascript. And this is because the value of "this" changes , according to how it is used.
"This" in javascript refers to an object. But how do you know which object it refers to ? If used in a method in an...
richjs.hashnode.dev4 min read