Question: Based on the image describe the highlighted variable strName scope level... ( choose all that apply ) 'use 'strict' Not - Level var strSam =

Based on the image describe the highlighted variable strName scope level... (choose all that apply)
'use 'strict'
Not-Level
var strSam = "Holding a Book";
Very-Level
Procedure-Level
//Function header statement
function mJAnderson(){
Scope-Level
??- Declaration Statements
1- Input variables
var strSam = "Holding an Apple";
Class-Level
for (var numJAYearCount =1969; numJAYearCoun
Block Level numJACurrentYear; numJAYearCount++){
var strSam = "Holding a Tablet";
}
return strJAOutput;
//function footer statement
}
 Based on the image describe the highlighted variable strName scope level...

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!