Optional
arrayGetAt
Get the value at the index of an array. Supports negative index.
arrayGetAt(["🍌", "🍏", "🍇", "🍊"], -2) ➜ "🍇" Copy
arrayGetAt(["🍌", "🍏", "🍇", "🍊"], -2) ➜ "🍇"
0.0.96
Name
arrayGetAt
Description
Get the value at the index of an array. Supports negative index.
Example
Since
0.0.96