document.write javascript code example
Example 1: how to print console in javascript
console.log("message here")
Example 2: how to right text with js
document.write("text");
Example 3: document write
document.write("Hello World!");
Example 4: how to write in js
document.write("put your text here!");