A couple of weeks ago I was reading a great book called Eloquent Javascript which is a great source of knowledge. One of the first exercises is called FizzBuzz and the goal is to: Write a program that prints each number from 1 to 100 on a new line. For each multiple of 3, print …