/Fizzbuzz_JS

Makers Academy week 5 project

Primary LanguageJavaScript

Fizzbuzz

###Creating a simple TDD Fizzbuzz Kata in JavaScript

####Technologies Used:

  • JavaScript
  • Jasmine

#####To do list:

  • A number is/not divisible by three and says "Fizz"
  • A number is/not divisible by five and says "Buzz"
  • A number is/not divisible by fifteen and says "FizzBuzz"

How to use

Clone the repository:

$ git clone github.com/EllaNancyFay/Fizzbuzz_JS.git

Change into the directory:

$ cd fizzbuzz

To run tests:

$ open SpecRunner.html

Fizzbuzz created in other languages: