Google News
logo
PouchDB - Quiz(MCQ)
What is the syntax for initiating a replication in PouchDB?
A)
replicate(from, to)
B)
replicate.to(from)
C)
replicate.all(from, to)
D)
sync(from, to)

Correct Answer :   sync(from, to)


Explanation : The syntax for initiating a replication in PouchDB is “db.sync(from, to)”.

Advertisement