removes a data item from the list
myList.remove("item1"); //or myList.remove(["item1","item2", "item3"]);