Login
Remember
Register
Ask a Question
What is the purpose of 'this' operator in JavaScript?
0
votes
asked
Oct 19, 2019
in
JavaScript
by
SakshiSharma
What is the purpose of 'this' operator in JavaScript?
this-operator
javascript-operator
operator-in-javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 19, 2019
by
rajeshsharma
JavaScript famous keyword this always refers to the current context.
...