First()
Last()
Nth()
List
First(List)
This is the list that you want to search.
List
Nth(List, Position)
This is the list in which you want to search for your item.
Position
Nth(List, Position)
This is number of the item in the list that you want to capture.
First()
We can use first() to access the first value in the list
Cattle is the first value
Last()
We can use Last() to access the last value in the list
Goose breeds is the last value
Highlight a in the list by adjusting this slider: 03