/javabuzz

Primary LanguageJavaScript

Javabuzz

An introduction to Javascript and Jasmine testing.

Write a simple program that you can play with in the console and return "Java" if a number is divisible by 3, "Buzz" if a number is divisible by 5, and "Javabuzz" if a number is divisible by 15.

Technologies used:

  • Javascript
  • Jasmine

How to run tests:

$ git clone https://github.com/imarkwick/javabuzz.git
$ cd javabuzz
$ open SpecRunner.html