Skip to main content
✏️ 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);

✏️ Type the missing code: