reject– create a new array without elements that match and return the new arraydelete_if– delete elements that match from current array and return the arrayreject!– delete elements that match from current array. Return the array if something was rejected, ornilwhen none.