Question: Convert the following code into a while loop statement and run it function MyFunction() { for (var x = 0; x < arguments.length; x++) {
Convert the following code into a while loop statement and run it
function MyFunction() {
for (var x = 0; x < arguments.length; x++) {
alert(arguments[x]);
}
}
MyFunction("Nana", "Akua", "Amponsah");
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
