Google News
logo
PouchDB - Quiz(MCQ)
What is the syntax for using the PouchDB 'Find' plug-in to query a database?
A)
query(query)
B)
filter(query)
C)
search(query)
D)
find(query)

Correct Answer :   db.find(query)


Explanation : The syntax for using the PouchDB “Find” plug-in to query a database is “db.find(query)”.

Advertisement