Skip to content

Latest commit

 

History

History

fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Fizzbuzz

Description:

The goal of FizzBuzz is to print a sequence of numbers, but with a twist:

  • If the number is divisible by 3, print "Fizz."
  • If the number is divisible by 5, print "Buzz."
  • If the number is divisible by both 3 and 5, print "FizzBuzz."
  • Otherwise, print the number itself.

Task List image

Tech stack

Tech used: HTML, CSS & JS

How to Use

Contributing

This program will be uploaded to my GitHub page and I welcome any feedback or suggestions. If you encounter any issues or have any ideas for improvement, please feel free to open an issue or submit a pull request.

Sincerely, Monica Vaquerano