Code Inspection: 'this' expression which references the global object
Reports this expressions occurring outside of object literals or constructor bodies. Such this expressions are legal JavaScript, and reference the top-level "global" JavaScript object, but are largely useless.
Last modified: 08 May 2020