Posts by Luis Vinicius • 3 points
1 post
-
-1
votes1
answer41
viewsQ: How to turn Document.write into column
I’m trying to make an HTML calculator in Javascript. I already made the calculator, but I’m having trouble passing the results to HTML text. I tried to put in Document.text, but it gets all stuck.…