Predict the output: function geek() { if(true) { var a = 5; } document.write(a); } geek();
Reveal answer
Fill a bubble to check yourself
Predict the output: function geek() { if(true) { var a = 5; } document.write(a); } geek();