+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. 

Related questions

0 votes
asked Oct 7, 2023 in JavaScript by GeorgeBell
0 votes
asked Mar 15 in JavaScript by DavidAnderson
...