Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the first occurrence of an item from the array in an observable manner.
Sys.Observer.remove(target,item);
Parameters
Term |
Definition |
|---|---|
target |
The array to which the item will be removed. |
item |
The item to remove. |
Returns
true if the item is found in the array. Otherwise false.