✏️ Code CompletionND Node.js Hard⚡+35 XP
Mongoose Schema
Complete the Mongoose model export.
✏️ Fill in the blank
const schema = new Schema({ name: String });
module.exports = ___("User", schema);Complete the Mongoose model export.
const schema = new Schema({ name: String });
module.exports = ___("User", schema);