array.drop()
This method operates on an array. You typically fetch documents from a collection as a set, not an Array. For the equivalent Set method, see set instance methods. For differences between Sets and Arrays, see Sets vs. Arrays. |
Drop the first N elements of an Array.
Description
Drops a provided number of elements from an Array, beginning at element[0]. This lets you "skip" the elements.
The calling Array isn’t changed.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
amount |
Yes |
Number of elements to drop. If this value is greater than the Array length, an empty Array is returned. |
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!