An open API service indexing awesome lists of open source software.

https://github.com/clemix37/fizz-buzz

Simple program about multiples of 3 and 5 in typescript.
https://github.com/clemix37/fizz-buzz

fizz-buzz fizzbuzz fizzbuzz-javascript fizzbuzz-typescript javascript jest jest-test jest-tests typescript

Last synced: 4 months ago
JSON representation

Simple program about multiples of 3 and 5 in typescript.

Awesome Lists containing this project

README

          

### FizzBuzz

Simple program that prints the numbers from 1 to 100.
But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz".
For numbers which are multiples of both three and five print "FizzBuzz".