jenniferqian1988 / pingPongGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ping-pong


By: Jennifer Qian

Ping Pong is a sample JavaScript application for demonstrating basic proficiency in JavaScript, jQuery, Git, Markdown, HTML, Bootstrap, CSS, BDD.

A user enters a number and is shown a range of numbers from 1 to the number entered with the following exceptions:

• Numbers divisible by 3 are replaced with "ping"

• Numbers divisible by 5 are replaced with "pong"

• Numbers divisible by 15 are replaced with "pingpong"

Installation


Installed ping-pong by cloning this repository:

 https://github.com/jenniferqian1988/pingPongGame.git

License


MIT License. Copywright 2015 Jennifer Qian

About


Languages

Language:JavaScript 43.3%Language:HTML 36.5%Language:CSS 20.2%