I have a variable:
var text = \"hello\";
I want to get the 0 positioned character, so:
var firstChar = text[0];
I'm not sure why that doesn't work, but you could try using substr()