function hello(){ console.log("hello"); } window.hello = hello;