5.9 this
Only use this
in class constructors and methods, in arrow functions definedwithin class constructors and methods, or in functions that have an explicit@this
declared in the immediately-enclosing function’s JSDoc.
Never use this
to refer to the global object, the context of an eval
, thetarget of an event, or unnecessarily call()
ed or apply()
ed functions.