Hello!
This site will take a number and return a range of numbers from 1 to the number you selected with the following rules:
- Numbers divisible by 3 will be replaced with "ping"
- Numbers divisible by 5 will be replaced with "pong"
- Numbers divisible by 15 will be replaced with "pingpong"
Additional Link:
See javascript unit tests here