HomeTracks
Explorer···
THEEBUG
Completed0/6
Score0
JSlesson5.js×
THEEBUGlesson5.js
1
await users.______({ name: "Ada" });
$[system] Theebug ready. Happy coding!
Code BlocksDrag blocks into the drop zones above
4 blocks available
deleteOne
delete
remove
drop
Game Panel
0:000 pts
Level 5 of 6Deleting Documents
0/1 slots correct
Objective
Delete the single user document matching this filter
Expected Output
{ acknowledged: true, deletedCount: 1 }
Debug says:
Deleting a document follows the same one/many naming pattern as inserting. Which method deletes exactly the first document matching this filter?
Debug the Worm