Fizz-Buzz

A Coding Challenge

Given three values, display the numbers 1-100 to determine the number to count to. When a number is divisible by the first value, display Fizz, when the number is divisible by the second value, display Buzz, display Fizz-Buzz when the number is divisible by both values. And finally display Even if the number is divisible by 2.

  • CSS and Bootstrap Layout
  • JavaScript Fundamentals
  • JavaScript Loops
  • JavaScript DOM Manipulation
  • Boolean Logic
Try it Out

Tech Stack: