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
1 Réponse
0
Other than document.write, you can also try using console.log()
document.write can be a form of eval... that's what the work space keeps saying