DEV Community

Ishmael Sunday
Ishmael Sunday

Posted on • Edited on

List made with HTML, CSS, JavaScript.

In this exercise, we get users to add their names to a petition list.

First Option We update user with the total number of people on the list by accessing the array length and displaying the number in a sentence(preferred method).

Second Option The list is an order list so user can know the total number of people on the list that way. Also it good for a members of an org who members would like to know who's on the list too.

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay