Method “remove”
function remove(index)
Removes a node from the list
Parameters
| Name | Type | Description |
|---|---|---|
index | integer | The index of the node to remove |
function remove(index)
Removes a node from the list
| Name | Type | Description |
|---|---|---|
index | integer | The index of the node to remove |