- Vinge1718
- index.html
- The files points out on some of my basic understandings of javascript so far.
- A web application that takes a number from a user and returns a range of numbers from 1 to the chosen number 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"
- A basic addition and subtraction calculator functions implemented on a form.
- Make sure you have a browser installed (recommend:google chrome)
- Download the folder or clone the folder from the repository.
- Navigate to the HTML file and right click on the HTML file and click on open with... Choose your browser/app of preference.
- To see the synatx observed right click on the file in question and choose/click on edit with (your preferred text editor).