/Javabuzz

Primary LanguageJavaScript

FizzBuzz

Fizzbuzz kata again. This time in JavaScript.

## Languages and Tools

	- JavaScript
	- Jasmine

### To Open Clone this repository.

  $ git clone git@github.com:barr-code/javabuzz.git

Change into the directory.

  $ cd javabuzz

Run my tests.

  $ open specRunner.html

### Other Languages I have also coded Fizzbuzz in Ruby, IO, and Coffeescript.