Question: What is the mistake in the second alert statement in the code? function func 1 ( n ) { if ( n = = 0
What is the mistake in the second alert statement in the code?
function funcn
if
return ;
else
return nfunc;
function funcn result
if
return result;
else
return nfuncn nresult;
alert output of func is func;
alert output of func is func ;
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
