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].
This lets you "skip" the elements.
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!