in Technology by

What is the output for the following
function test(x) {
while(x < 5)
{ x++; }
return x; }
alert(test(2));
A) 6
B) 3
C) 2
D) 5

#insurance and Loans 

Please log in or register to answer this question.

1 Answer

0 votes
by

Answer:-5

#insurance 

Related questions

...