What is output of this code ? function foo(a){ function bar(b){ console.log(a) } return bar(1) }...

Posted Date: