|
|||||||||||||||||||||||||||||
|
|
deleteListItem(list, itemToDelete, deleteAll)list is the list to have items deleted from itemToDelete is the item to be deleted from the list deleteAll is a flag which can be true or false if deleteAll is true, all occurrences of itemToDelete will be removed from the list.
|
|
|