Google News
logo
PouchDB - Quiz(MCQ)
With the ____ function, you can create a document in PouchDB.
A)
db.new()
B)
db.create()
C)
db.put()
D)
None of the above

Correct Answer :   db.put()


Explanation : With the db.put() function, you can create a document in PouchDB.

Advertisement