Google News
logo
PouchDB - Quiz(MCQ)
How can you limit the number of documents returned by a PouchDB query?
A)
Use the “limit” method
B)
Use the “skip” method
C)
Use the “sort” method
D)
Use the “filter” method

Correct Answer :   Use the “limit” method


Explanation : The “limit” method can be used to limit the number of documents returned by a PouchDB query.

Advertisement