Posts by Adeilson Odorico Silva • 1 point
2 posts
-
0
votes1
answer31
viewsQ: How to present a sequence of results
Hello, I created a random number generator with the following script: <input type="number" name="minimum" id="minimum"> <input type="number" name="maximum" id="maximum"> <button…
javascriptasked Adeilson Odorico Silva 1 -
-2
votes1
answer39
viewsQ: Auto fill a zip code
Hello I’m having a problem with the zip code. When publish the Zip Code that had 0 was thrown wrong. Example: 03359005 was released 3359005. Within a span with cep class. <span…