The idea of looping is common to all programming languages: doing something over and over again. Each language provides their own syntax for creating loops, and JavaScript is quite different from Ruby ...