Skip to content

A simple game of FizzBuzz written in Javascript. Using Jasmine for TDD.

Notifications You must be signed in to change notification settings

chrisjbatts/javascript_fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz.js

Overview

A really simple game of fizzbuzz written in javascript.

The game was built using TDD, relying on Jasmine to run each test phase.

Rules

The player produces a number at random.

  • if the number is a multiple of 3, the game returns Fizz.
  • if the number is a multiple of 5, the game returns Buzz.
  • if the number is a multiple of 3 and 5, the game returns Fizzbuzz.

About

A simple game of FizzBuzz written in Javascript. Using Jasmine for TDD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published