A

Admin • 828.03K Points
Coach

Q. What will be the output of the following JavaScript code?

Code:
function fun_range(int l)
{
int p=2;
for(int x=0;x {
console.log(p);
}
}
range(4);
  • (A) 2
  • (B) 4
  • (C) 2222
  • (D) error
  • Correct Answer - Option(C)
  • Views: 6
  • Filed under category JavaScript
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.