```js const str = 'abcde' str.replace('a', ''); //➞ 'bcde' ```