Fizz Buzz
Description
Make way for Fizz Buzz. A classic interview question turned into an App. The user is asked for two input numbers. It can be from 1 to 100 and it will display Fizz if the first number is a multiple of itself, Buzz if the second number is so. It will display Fizz Buzz when the counter are multiples of both numbers.
- CSS and Bootstrap
- Javascript Loops
- Javascript ParseInt
- Javascript Arrays