JavaScript loops as you may guess are used to execute the same block of code again and again while certain condition is met. The basic idea of a loop is to automate...