JS Удалить тестовый символ из строки
str.slice(0, 4) + str.slice(5, str.length))
NazirWazir
str.slice(0, 4) + str.slice(5, str.length))