jfgreffier / coding-dojo

Kata, randories and stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding Dojo

Open in StackBlitz

Kata, randories and stuff

https://stackblitz.com/fork/github/jfgreffier/coding-dojo?title=Coding%20Dojo

Fizz Buzz

https://kata-log.rocks/fizz-buzz-kata

  • Write a function that returns a number passed as argument
  • For multiples of three return Fizz instead of the number
  • For the multiples of five return Buzz instead of the number
  • For numbers which are multiples of both three and five return FizzBuzz instead of the number

Roman numerals

https://kata-log.rocks/roman-numerals-kata

Write a function that takes a number and converts it to the according string representation.

About

Kata, randories and stuff

License:MIT License


Languages

Language:JavaScript 100.0%