first()

Get the first value in the Array.

Signature

first(): T | Null

Description

The first() method gets the first value in the Array.

Parameters

None

Return value

Type Description

Any

First Array value or null for an empty Array.

Examples

[1, 2].first()
1

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!