I would like to do the following: The user enters his zip code and a input
field and the value that he inserts into this field wanted to compare if he is in the zip code range (01000 to 19999) p>
My questions:
1st - In case I would have to mount an array with the numbers 01000 to 19999?
2nd - How would I know if the value of the inserted in input
contains in the array?