FizzBuzz!
This project takes 3 seperate values for fizz, buzz, and length. For a given length each number will be listed with every multiple of fizz or buzz being replaced by either the word "fizz" or "buzz" respectively.
- CSS & Bootstrap Layouts
- JavaScript Fundamentals
- JavaScript Loops
- JavaScript DOM Manipulation
- Boolean Logic