This Example will list all the valid JavaScript Language characters that can be used in a JavaScript variable.
A1 = 'Hello World';
"A" is a valid first character, and "1" is a valid second character.
Each browser (Chrome, IE, Firefox,...) uses a different set of Unicode characters, I used this logic to get a subset of first/second characters that is common to all browsers.