#this-keyword
Read more stories on Hashnode
Articles with this tag
The this keyword in JS refers to the object it belongs to when used in a function, and the value is determined by how a function is being called. Let...