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 Réponse
0
Other than document.write, you can also try using console.log()
27th Oct 2020, 7:01 PM
Snigdh
Snigdh - avatar