This is the second lesson
function getGreeting() { return `oh hey there`; } console.log(getGreeting());