/ping-pong-app

A sample JavaScript application for demonstating basic proficiency in JavaScript.

Primary LanguageJavaScriptMIT LicenseMIT

Ping Pong

by: Jeffrey Ruder

Ping Pong is a sample JavaScript application for demonstrating basic proficiency in JavaScript, jQuery, Git, Markdown, HTML, Bootstrap, CSS, and 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"

Demo

View on GitHub Pages.

Installation

Install Ping Pong by cloning this repository:

https://github.com/JeffreyRuder/PingPongApp.git

License

MIT License. Copyright 2015 Jeffrey Ruder.