Closed dariajung closed 9 years ago
Because the alphabet is $, _, 0 - 9, a - z, A - Z, some property names that are generated begin with a number, which is invalid.
$, _, 0 - 9, a - z, A - Z
Fix: Add a check to see if the generated property name's first character begins with a number.
Because the alphabet is
$, _, 0 - 9, a - z, A - Z
, some property names that are generated begin with a number, which is invalid.Fix: Add a check to see if the generated property name's first character begins with a number.