how to get only the first letter of a string in ts code example Example: js get first letter of string var x = 'some string'; alert(x.charAt(0)); // alerts 's'