0 votes
in MongoDB by
What is the syntax of the skip() method?

1 Answer

0 votes
by
skip() method syntax is:

db.COLLECTION_NAME.find().limit(NUMBER).skip(NUMBER)
...