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