imarkwick / javabuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 99.3%Language:HTML 0.7%