Posts by Francisco Soares Junior • 1 point
2 posts
-
0
votes1
answer54
viewsA: People who can help me, I’m a beginner in javascript,
<script type="text/javascript"> var p = document.createElement("p"); p.setAttribute('id','num'); document.body.appendChild(p); …
-
-2
votes1
answer54
viewsQ: People who can help me, I’m a beginner in javascript,
I wanted to have the amount of clicks stored in the Torage locale, and when I returned the number of clicks continued where it left off. I tried to do so, but no alert only shows NaN: <!DOCTYPE…