0
What is the difference between "document.write" , "console.log" and "print" ?
3 Answers
+ 3
document.write() outputs on document( html page)..
console.log output on js console..
print is not for output in js, it for printing page function from window class..
Edit :
See this....
https://www.w3schools.com/js/js_output.asp
0
Thank you Jayakrishnađźđł very helpful đ
0
You're welcome Kitty ..
Edit :