showing results for - "javascript select letter in string"
Maria
19 Jan 2017
1const str = 'Hello';
2str.substring(0, 2); // => 'Hel'