Question: What is the output of the following program? function myFunc ( ) let a = 1 0 ; if ( true ) { let a

What is the output of the following program?
function myFunc()
let a=10;
if (true){
let a=5;
console. log(a);
}
console. log(a);
}
myFunc () ;
5
5
10
5
10
10
5
10
 What is the output of the following program? function myFunc() let

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!