Sys.Observer.removeAt Method
Removes the item at the specified index from the array in an observable manner.
Sys.Observer.removeAt(target,index);
Parameters
Term |
Definition |
---|---|
target |
The array to which an item is removed. |
index |
A number that represents the index of the item to remove. |
Returns
None.