Create an array of all the numbers between start and end input

This was required for a project I am working on, and the solution I found turned out to be pretty simple. It just required creating a variable for each of the form input fields, “lowEnd” and “highEnd” and then creating a loop that ads one to the low end number until it get’s as high as the high end.