Splitting strings into chars in JavaScript:

js
"7g".split('') => ["7", "g"]