If it says, "Hello there!" in the console, What was the code used to create that message?
1) console.log("Hello there!");
2) console.write("Hello there!");
3) console.print("Hello there!");
4) console.display("Hello there!");

Q&A Education