Fizz Buzz
A JavaScript application that runs from zero to one hundred and displays factors of two numbers by either showing that number as fizz or buzz. If both numbers have the same factor than that number will be displayed as FizzBuzz. Try it out for yourself.
- CSS and Bootstrap Layout
- Javascript Fundamentals
- Javascript Loops
- Javascript Functions
- Javascript Dom Manipulation
- Javascript IF/Then/Else
- Javascript Boolean Logic