Create a script that displays different messages to the console. Each message should be on a separate line. Try using both console.log() and console.warn().
Experiment with logging numbers, text, and simple calculations. See what happens when you log 5 * 10 versus "5 * 10". Notice how JavaScript treats code differently from text in quotes.