Question: Question 2 With regard to the following JavaScript program, var x; function sub 1 ( ) { document.write ( x = + x
Question
With regard to the following JavaScript program,
var x;
function sub
document.writex x ;
function sub
var x;
x
sub;
xmathrm ;
sub;
If it is interpreted using staticscoping rules. What value of is displayed in
function sub Why?
If it is under dynamicscoping rules, what value of is displayed in function sub Why?
With regard to the following JavaScript program,
function main
function sub
var x ;
function sub
var y x;
function sub
var x ;
var x ;
If it is interpreted using staticscoping rules. What value of is displayed in
functions sub sub and sub respectively? Why?
If it is under dynamicscoping rules, what value of x is displayed in functions sub sub
and sub respectively? Why?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
