charat(0) javascript code example Example: javascript get first character of string var str="Hello Folks!" var firstStringChar = str.charAt(0); //H