get char in string js code example Example: javascript string return character var str = "HELLO WORLD"; var res = str.charAt(0);