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 elements given a count of elements to drop.
Description
The drop()
method drops count array elements starting at element[0].
The source array isn’t changed.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
count |
Yes |
Number of elements to drop. If count 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!