in JavaScript by (31.7k points)
What does the ‘This’ operator in JavaScript do?

1 Answer

0 votes
by (31.7k points)

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 Feb 28 in JAVA by rajeshsharma (23.9k points)
0 votes
asked Oct 3 in JavaScript by AdilsonLima (6.4k points)
0 votes
asked Sep 29 in JavaScript by JackTerrance (2.8k points)
...