Code Monkey home page Code Monkey logo

ip3ch's Introduction

Ping Pong!!!

This app takes number input from the user and returns either the number, or a ping, or a pong based on specific divisibility of the numbers input. 06/22/2016

By Charlie Hayward

Description

This program will take number input from the user and will return a range of either numbers up to the number input, or the strings "ping" or "pong" or "ping pong", based on the divisibility of the numbers input.

Setup/Installation Requirements

Behavior Specifications

  • Can return a range of numbers from 1 to the chosen numbers
    • Example Input: 5
    • Expected Output: [1,2,3,4,5]
  • In addition to above, can replace each number that is divisible by 3 with string, "ping".
    • Example Input: 6
    • Expected Output: [1,2,"ping",4,5,"ping"]
  • In addition to above, can replace each number that is divisible by 5 with string "pong".
    • Example Input: 5
    • Expected Output: [1,2,"ping",4,"pong"]
  • In addition to above, can replace each number that is divisible by 15 with string "ping pong".
    • Example Input: 15
    • Expected Output: [1,2,"ping",4,"pong","ping",7,8,"ping","pong",11,"ping",13,14,"ping pong"]

Known Bugs

In terms of this program passing the program specs listed above, there are no bugs in this program.

Support and contact details

For questions about this program, please email me at [email protected]

Technologies Used

The elements of this program were implemented using HTML5. The styling of the page uses bootstrap and a custom CSS stylesheet. The front end is implemented using jQuery and the back end is strictly javaScript.

License

Copyright (c) 2016 Charlie Hayward

ip3ch's People

Contributors

chayward81 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.