Home »
MCQs »
PouchDB MCQs
With the ____ function, you may delete a document from a PouchDB database
19. With the ____ function, you may delete a document from a PouchDB database.
- db.remove()
- db.destroy()
- db.remove()
- db.delete()
Answer: A) db.remove()
Explanation:
With the db.remove() function, you may delete a document from a PouchDB database.