console.log()
.console.log()
console.log()
. You just need to put any text inside quotes, inside the parentheses, and when you run the code you should see that text printed to the console.undefined
. That will go away when we start writing more complex code.console.log()
something different. Try to console.log()
several things at once. Does it make a difference if you use double or single quote marks? What happens when you get rid of the quote marks? What happens when you console.log()
just a number without quotes?