Skip to content

CodeAcademie/JS00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz-JS

Installation :

  • sudo apt-get install npm nodejs-legacy

Rules :

  • print out the number if neither multiple of 3 nor 5
  • print out "Fizz" if the integer is a multiple of 3
  • print out "Buzz" if the integer is a multiple of 5
  • print "FizzBuzz" if the integer is a multiple of 3 and 5

GO,GO, GO!

May the force be with you

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors