In this tutorial we discuss and demonstrate the while loop in JavaScript. While loops are used in your programming when you are not certain how many iterations of the loop will be needed to complete your task. While look are often used as we grab the values from an array and bring those values into our application. While Loops are an important aspect of programming.