FizzBuzz

Coding Challenge

Given two values, display the numbers 1-100 (or another number of the user's choice). 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
  • JavaScript DOM Manipulation
  • Boolean Logic
Try It Out!

Tech Stack: