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)