innlouvate / fizzbuzz_js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fizzbuzz_js

Introduction to JavaScript and Jasmine testing framework through the fizzbuzz game.

Prints all numbers up to the requested value replacing numbers divisable by 3 with 'fizz', numbers divisable by 5 with 'buzz' and numbers divisable by both 3 and 5 with 'fizzbuzz'.

About


Languages

Language:JavaScript 99.5%Language:HTML 0.5%