Joy
0.3.10
View On GitHub
Powered by
View On GitHub
Powered by
#
nth
Function
• Returns the nth element of an array.
nth n, array → value
Arguments
name
type
description
n
Number
The index of the element to return.
array
Array
The target array.
Returns
name
type
description
value
Any
The selected element.
Previous
last
Next
pair