Code Inspection: Reserved word used as name
Reports JavaScript reserved words being used as a name. The JavaScript specification reserves a number of words which are currently not used as keywords. Using those words as identifiers may result in broken code if later versions of JavaScript start using them as keywords.
Last modified: 08 May 2020