The Code
The code is structured in three functions.
getValues()
This function grabs the values that the user's input. It takes the string and turns it into an array that the rest of the code can use.
generateNumbers(start, end)
This function takes the starting value and the ending value and generates the numbers between them.
displayNumbers(numbersArray)
This last function then formats the data so it can be presented properly on the site.