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 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.