JavaScript zip code | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

JavaScript zip code

Hello, does anyone know how to create a zipcode that responds by putting in the 5 digits? it should response with the appropriate state and squawk if the input is wrong(spelling or number errors) the script must be a javascript

26th Oct 2017, 7:06 PM
A M
A M - avatar
1 ответ
+ 1
https://www.zipcodeapi.com/Examples ^Good place to get started. Most of the other validation stuff you can easily do yourself through simple checks.
26th Oct 2017, 7:44 PM
AgentSmith