FizzBuzz:
Coding Challenge
Utilizing loops and the power of JavaScript, we display the numbers 1 thru 100. For every number that is divisible by the Fizz Value, the word Fizz is displayed. For every number that is divisible by the Buzz Value, the word Buzz is displayed. If a displayed number is divisible by both the Fizz Value and the Buzz Value, FizzBuzz is displayed.
- CSS and Bootstrap Layout
- JavaScript Fundamental
- JavaScript Loops
- JavaScript DOM Manipulation
- Boolean Logic