Posts by Junior Soares • 11 points
2 posts
-
1
votes3
answers61
viewsQ: Doubt with Localstorage -
I have this code that is counting the amount of Clicks, only I wish that when closing the Browser the counter does not reset. var p = document.createElement("p"); document.body.appendChild(p);…
-
-2
votes1
answer54
viewsQ: Duvida Javascript
The structure below is a guide to how the information is arranged. Implement the function in javascript listAllDoctors() which is responsible for storing the structure below containing the…