Question: This JavaScript code contains nested functions; the functions sub 1 and sub 2 are both defined * inside * the function big ( ) .
This JavaScript code contains nested functions; the functions sub and sub are both defined inside the function big
function big
function sub
var x ;
sub;
function sub
var y x;
var x ;
sub;
Does Java allow nested methods?
Group of answer choices
yes
no
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
