The code we want to group together goes between the braces. This function groups two related console.log() statements.
console.log()
function greetUser() { console.log("Good morning Anna"); console.log("Welcome back"); }