Expand Minimize

Avoid this in non-constructor functions

This option suppresses warnings about possible strict violations when the code is running in strict mode and you use this in a non-constructor function. You should use this option - in a function scope only - when you are positive that your use of this is valid in the strict mode (for example, if you call your function using Function.call). (JSHint option 'validthis')

CheckId JSH318930
TypeName AvoidThisInNonConstructorFunctions
Severity Warning
Type JavaScriptFile
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.