Which code example completes this statement and creates an index for a MongoDB object named restaurants, sorted ascending by the field name?
var indexCollection = function(db) {return co(function*() {...});};
Which code example completes this statement and creates an index for a MongoDB object named restaurants, sorted ascending by the field name?
var indexCollection = function(db) {return co(function*() {...});};