Variable names can only contain letters, numbers, dollar signs, and underscores.
For example: $my_1stVariable
Variables must begin with a letter, dollar sign, or underscore.
For example: $name
, _name
, or name
Variable names are case sensitive.
Variable names should not be JavaScript keywords.