This inspection reports on any uses of JavaScript reserved words being used as a name. The JavaScript specification
reserves a number of words which are currently not used as JavaScript keywords. Using those words as identifiers may
result in broken code if later versions of JavaScript use them as keywords.
Powered by InspectionJS