Ping Pong Number Replacer

Coding review for Epicodus Week 3, 6.10.16

By Charles Ewel

Description

Ping Pong Number Replacer

This convertor allows users to enter a positive integer number and returns a list that counts up to that number, replacing some of the letters along the way with words.

Specification Example Input Example Output
Count up to number with no word replacements 7 1,2,3,4,5,6,7
Replace factors of 3 with 'ping' 7 1,2,ping,4,5,ping,7
Replace all factors of 5 with 'pong' 7 1,2,ping,4,pong,ping,7
Replace all factors of 15 with 'pingpong' 15 1,2,ping,4,pong,ping,7,8,ping,pong,11,ping,13,14,pingpong

Setup/Installation Requirements

  • Download/clone repository
  • To convert your number into a 'ping pong'-list, enter a positive integer into the form
  • Click "reveal" button to see your converted number list

Support and contact details

Contact Charles Ewel

Technologies Used

HTML,CSS,javascript

License

Copyright (c) 2016