function bar(umm) { umm = hmm(); console.log("bar"); } function hmm() { return true; } function baz() { console.log("baz"); } baz();