// hello console.log("hello I'm Bob") function hello(name) { // this is a function return `Hello ${name}` }