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