News

Contains a single function that determines whether a string is a valid javascript variable name. Contains optional settings for ES5 compatibility and strict mode evaluation. - SteveWestbrook ... This ...
JavaScript variable names should not start with a numeral (0-9). They must begin with a letter or the underscore character. For example, 123name is an invalid variable name but _123name or name123 is ...