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

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!