Saved Bookmarks
| 1. |
Explain What "this" Is In Javascript? |
|
Answer» In JavaScript, 'this' normally refers to the OBJECT which 'owns' the METHOD, but it depends on how a FUNCTION is called. In JavaScript, 'this' normally refers to the object which 'owns' the method, but it depends on how a function is called. |
|