bereaksi asli menghapus teks dari string

const nextUser = "hola";
const separate =  nextUser.split(2)
Dizzy Dingo