in JavaScript by
What is the purpose of 'this' operator in JavaScript?

1 Answer

0 votes
by

JavaScript famous keyword this always refers to the current context.

Related questions

0 votes
asked Oct 24 in JavaScript by DavidAnderson
0 votes
asked Oct 1 in JavaScript by GeorgeBell
0 votes
asked Oct 7 in JavaScript by GeorgeBell
...