output something to the window in javascript as a notification code example
Example 1: javascript print
document.write("Hello world");
Example 2: print in javascript
console.log("")
document.write("Hello world");
console.log("")