While Loop in JavaScript. So, today we’re gathering on a while loop. Looping is nothing but doing tasks frequently again and again. Assume we’ve to write some numbers, for example, 1 to 100. In this situation, if we think we have to write a print statement 100 times per number. The code will be longer […]