myFunc = function(){ myFunc = function(){ return "wtf"; } return "hello"; } alert(myFunc()); alert(myFunc());