Google News
logo
PouchDB - Quiz(MCQ)
What is the syntax for replicating a PouchDB database?
A)
copy(source, target)
B)
sync(source, target)
C)
replicate(source, target)
D)
transfer(source, target)

Correct Answer :   sync(source, target)


Explanation : The syntax for replicating a PouchDB database is “db.sync(source, target)”.

Advertisement