Fizz Buzz
A Coding Challenge
The well known technical challenge of Fizz Buzz has several challenges in this seemingly simple test. The coder has to use more than one type of loop and generate arrays, and test several skillsets designed to stump the developer. It's a great way to showcase the fundumentals of Javascripts. In this challenge we go above and beyond and allow the user to dynamically input data using HTML Inputs and style resulting changes from the Javascript with Bootstrap and custom CSS.
- CSS and Bootstrap Layout
- Javascript Loops
- Javascript DOM Manipulation
- Boolean Logic
Tech Stack:
