var ohai = 'Hello world !'; function sayHello() { alert(ohai); } sayHello();