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