Returns the element at the specified position in list. A negative index counts backwards from the end of the list.
Usage | Returns |
---|---|
List.get(index) | Object |
Argument | Type | Details |
---|---|---|
this: list | List | |
index | Integer |
JavaScript
// Your example goes here!
Python
# Your example goes here!