We can use instructions like print() as often as we want. The computer displays every value on a line in the console.
print()
Make sure to pick console.log, followed by (, and finally ).
console.log
(
)