JS Hapus karakter tes dari string

str.slice(0, 4) + str.slice(5, str.length))
NazirWazir