// C (works) var sayHi = function() { console.log('hi!') } sayHi()