//print in the window document.write("Have a nice day!"); //print in the console log (Right click->Inspect ->Console) console.log("Have a nice day!");