An iterable transform that returns the last element of a sequence, or a default value if no element is found.
An iterable transform that returns the last element of a sequence, or undefined if no element is found.
undefined
An iterable transform that returns the last element of a sequence, or the default value if no element is found.
An iterable transform that returns the last element of a sequence, or a default value if no element is found.
Param: defaultValue
Returns