Returns the first item from an array. Throws an error if the array is empty.
arrayFirst(array array): any
| Return Type |
| any |
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
| array | array | Yes | The array to obtain the first Item from |
Categories: