Task #4

Add a delete button to each profile

  • The delete button should remove an item from the array

  • Please use Array().filter

Bonus task

Add a checkbox to each item in the list, allow a user to clear all selected items.

Last updated