javascript substring part of a string code example Example: javascript select letter in string const str = 'Hello'; str.substring(0, 2); // => 'Hel'