FizzBuzz

Coding Challenge

Given 2 user specified values, generate all numbers in a set range. When a number is divisible by the first value, display "Fizz" instead. When a number is divisible by the second value, display "Buzz" instead. When a number is divisible by both values, display "FizzBuzz".
  • CSS and BootStrap Layout
  • Javascript Fundamentals
  • Javascript Loops
  • DOM manipulation
  • Boolean Logic
Try It Out!

Tech Stack