Fizz Buzz
A Coding Challenge
Given two values, display the numbers 1-100. When a number is divisible by the first value, display "Fizz" instead. When a numberis 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