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.
- Host: GitHub
- URL: https://github.com/clemix37/fizz-buzz
- Owner: Clemix37
- Created: 2024-11-19T17:37:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T17:37:17.000Z (about 1 year ago)
- Last Synced: 2025-03-19T10:54:26.942Z (11 months ago)
- Topics: fizz-buzz, fizzbuzz, fizzbuzz-javascript, fizzbuzz-typescript, javascript, jest, jest-test, jest-tests, typescript
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".