Which of the following is the output of the below JavaScript code?
function() { if(true) { var a = 5; } alert(a); }
Which of the following is the output of the below JavaScript code?
function() { if(true) { var a = 5; } alert(a); }
© 2017 QuizBucket.org