+1 vote
in JavaScript by
What does the ‘This’ operator in JavaScript do?

1 Answer

0 votes
by

The ‘This’ keyword used in JavaScript talks about the object which it belongs to. It has many different values and it depends on where it is being used. 

...