Question: 1)function example() { // ... if (true) { // ... } // ... } Will variables declared using const in the if block in the
1)function example() { // ... if (true) { // ... } // ... } Will variables declared using const in the if block in the code above be available in the example function's scope?
A) Yes
B) No
2)function example() { // ... if (true) { // ... } // ... } Will variables declared using var in the if block in the code above be available in the example function's scope?
A) Yes
B) No
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
