zsrobinson / fizzBuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fizz Buzz

This is a simple little JavaScript script for Fizz Buzz, a famous programming problem. I created it back in October 2020, but I'm only uploading it now as I go through all my old code projects. Here is an except from Wikipedia about this scenerio:

The player designated to go first says the number "1", and the players then count upwards in turn. However, any number divisible by three is replaced by the word fizz and any number divisible by five by the word buzz. Numbers divisible by 15 become fizz buzz.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%