what function in JavaScript can I use to replace document.write command | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what function in JavaScript can I use to replace document.write command

document.write can be a form of eval... that's what the work space keeps saying

14th May 2020, 6:28 AM
Prince Chukwuma
1 Answer
0
Other than document.write, you can also try using console.log()
27th Oct 2020, 7:01 PM
Snigdh
Snigdh - avatar