Describe what “this” is in JavaScript?
this is not a variable. It is a keyword, and it’s value cannot be changed.
“this” is use to construct object.
this is not a variable. It is a keyword, and it’s value cannot be changed.
“this” is use to construct object.