Javascript » DOM » Endless List
👉 User Story:
As a user
When I click on a list item
A new list item should be appended into the list
And it should contain an incremental number inside
You can try things out directly on this pen:
https://codepen.io/marcopeg/pen/mdbzWyQ
✅ Proposed Solution:
Don't run this unless you gave a very good effort to solve it yourself!