Posts by Matheus Simão Schmidt • 1 point
1 post
-
-3
votes1
answer88
viewsQ: How to convert an HTML to text using Javascript
I’m having a little doubt if there’s any way to do this: Code function escrever() { var text = document.getElementById("text").value; var paragrafo = document.getElementById("modal-body").innerHTML;…