Question: JavaScript Using a while loop in a function counter which returns a string and then you have the console log that returned string by executing:

JavaScript Using a while loop in a function counter which returns a string and then you have the console log that returned string by executing: console.log( counter(9) );

An buffer variable (generically, an accumulator) is going to be needed in the loop to 'build' the string so that after the work is done you can print the newly built string - since console.log() always adds a new line you have no choice.

Output:

JavaScript Using a while loop in a function counter which returns a

console.log() I1

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!