Google News
logo
PouchDB - Quiz(MCQ)
With the ____ function, you may delete a document from a PouchDB database.
A)
db.remove()
B)
db.delete()
C)
db.remove()
D)
db.destroy()

Correct Answer :   db.remove()


Explanation : With the db.remove() function, you may delete a document from a PouchDB database.

Advertisement