Skip to content

Latest commit

 

History

History

fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

fizzbuzz - CLEAN

fizzbuzz(n: Number) : Array<String | Number>

A function call fizzbuzz(n) should play fizzbuzz up till number n and print the result(s) to the console. Needless to say, the only exposed global should be fizzbuzz.

Players

  • Cole - 85 chrs
  • Joshua - 81 chrs

Victor

Joshua

Current Size: 75 chrs