Question: 1. Considering the following JavaScript program, list all the variables, along with the functions where they are declared, that are visible in the bodies of

1. Considering the following JavaScript program, list all the variables, along with the functions where they are declared, that are visible in the bodies of Subi, Sub2 and Sub3, assuming static scoping is used. function Big() { var X, Y, 2; function Subi() { var A, Y, 2; 1 function Sub2() { var A, X, W; function Sub3() { var A, B, 2; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
