Answers for "get the first string of char"

12

javascript get first character of string

var str="Hello Folks!"
var firstStringChar = str.charAt(0); //H
Posted by: Guest on August-01-2019

Code answers related to "get the first string of char"

Code answers related to "Javascript"

Browse Popular Code Answers by Language