last
Filter
Get the last element of an array.
Parameters
None.
Category
Description
Returns the last element of an array.
You can also access last
via dot notation on the array (e.g.,
my_array.last
).