Skip to content

Larm1998/Fizz-Buzz-NodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fizz-Buzz-NodeJs

FizzBuzz Problem

Print the numbers incrementing from the initial to N. Unless:
* Let be a multiple of 3, then print "fizz"
* Multiply 5, then print "buzz"
* Be a multiple of 3 and 5 at the same time, then print "fizzbuzz"

picture alt

About

FizzBuzz Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published