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.
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 ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results