get first character of string in typescript code example Example: js get first letter of string var x = 'some string'; alert(x.charAt(0)); // alerts 's'