this (JavaScript)
this is a keyword that refers to the object a function is currently running on. Its value depends on how the function is called.
this is a keyword that refers to the object a function is currently running on. Its value depends on how the function is called.