Posts by Antônio Pedro • 1 point
1 post
-
0
votes1
answer156
viewsQ: How to delete the last div added by DOM?
I’m making a notes webapp, I used DOM to add notes and remove, but when I remove it, it removes the first note and not the last note. <script async> function novaNota() { var div =…