code_0:
(calling foo without parentheses)
foo
function foo(){ console.log(\'hello world\'); } setTimeout(foo, 2000);
This
Here's an easy solution. You can use parentheses and pass data to the function if needed.