const helloWorld = () => { return 'hello world!'; }; console.log(helloWorld());