$first
The$first operator returns the first element of an array.
Input
- A single array value
Output
- The first element of the array, or null if the array is empty
Examples
Get First Element
1
$first operator returns the first element of an array.
1