console.log('hello world!'); function sayName(name){ console.log(`hello my name is ${name}`); }