Looper

An exercise in looping via Javascript

An adaption of FizzBuzz, loops through numbers default set to 100 overwriting numbers divisible by 3 as Fizz, 5 as Buzz, and both as FizzBuzz.

  • Built entirely in javascript.
  • Practiced creating a loop.
  • Learned how to interact with elements as they're being placed into an array.
Try It Out!
App Logo