Skip to content

joneseli7395/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

This is a unique stand-alone website designed to take two inputs from the user and display a custom solution

This site is compiled of two HTML pages that are unique and serve their own purpose. The user inputs will act as multiples that will be compared against a number range from 1 to 100 using a modulus operator. The solution will display in a table, counting in sequence from the start to the end of the range. The "FizzBuzz" button will call the function to collect the inputs and determine their legitimacy as a multiple. If a multiple of input 1 is found, "Fizz" will display. If a multiple of input 2 is found, "Buzz" will display. If a multiple of both inputs is found, considered a special case, "FizzBuzz" will display.

Note:

  • The code snippet on the Code page is powered by PrismJS

For any questions or unaddressed issues found, use the contact form located at the bottom of my portfolio page to get in touch with me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors