0
What is the difference and when to use document.write( ) function and console.log( )
3 Respuestas
+ 1
Raul Ramirez Got it. Thankyou.
+ 1
Don't forget to read the comments below the lessons.
document.write(...) appends text to an HTML document before the browser builds the DOM out of it.
https://code.sololearn.com/W86Z6059c6Z0/?ref=app
0
https://code.sololearn.com/W47F5iIKBA26/?ref=app