What does the code snippet to the right output by console.log?
console.log
if (function foo(){ console.log('BFE') }) { console.log('dev') } foo()
Source Fromopen in new window