Scully87 / Javabuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaBuzz

####Learning Javascript by creating a Simple Fizzbuzz kata, tested with the Jasmine Framework

#####To Do List:

  • Should know when/not divisible by 3 and say "Fizz"
  • Should know when/not divisible by 5 and say "Buzz"
  • Should know when/not divisible by 15 and say "Fizzbuzz"
  • Test using Jasmine Framework

#####Technologies Used:

  • Javascript
  • Jasmine

How to use

Clone the repository:

$ git clone git@github.com:scully87/Javabuzz.git

Change into the directory:

$ cd Javabuzz

Open file to see the tests:

$ open Specrunner.html

Open console in Browser to play:

 command + alt + I

Fizzbuzz in Other Languages

About


Languages

Language:JavaScript 100.0%