The code we want to group together goes between the braces. This function groups two related console.log() statements.
console.log()
Make sure to pick console followed by . and then log, "Welcome Back".
console
.
log
"Welcome Back"