Ver originalfunction sustituir(str, cambio){ return str.replace(cambio,'');}var txt='Hola amigo';alert(sustituir(txt,' amigo');