Ver originalvar mitextarea= document.getElementById("mitextarea");var texto=document.createTextNode("textooo");mitextarea.appendChild(texto);