Home »
MCQs »
PouchDB MCQs
With the ____ function, you can create a document in PouchDB
8. With the ____ function, you can create a document in PouchDB.
- db.put()
- db.create()
- db.new()
Answer: A) db.put()
Explanation:
With the db.put() function, you can create a document in PouchDB.