- To keep it, select "Keep existing code".
- To replace it with an example, select "Replace with example".
db.students.insertMany([ { id: 1, name: 'Ryan', gender: 'M' }, { id: 2, name: 'Joanna', gender: 'F' } ]); db.students.find({ gender: 'F' });
Output
(Run the program to view its output)
Keep existing code?
You are trying to switch languages while there's code in the editor.