Correct Answer : var db = new PouchDB(“mydb”);
Explanation : The syntax for creating a new instance of PouchDB is “var db = new PouchDB(‘mydb’)”.