Skip to content

Instantly share code, notes, and snippets.

@AmitDJagtap
Created November 2, 2019 08:47
Show Gist options
  • Save AmitDJagtap/8b10b7422dc142c178f4614ae4aeeed5 to your computer and use it in GitHub Desktop.
Save AmitDJagtap/8b10b7422dc142c178f4614ae4aeeed5 to your computer and use it in GitHub Desktop.
{ _id: ObjectId(), a: 1, b: "ab" }
{ _id: ObjectId(), a: 1, b: "cd" }
{ _id: ObjectId(), a: 1, b: "ef" }
{ _id: ObjectId(), a: 2, b: "jk" }
{ _id: ObjectId(), a: 2, b: "lm" }
{ _id: ObjectId(), a: 2, b: "no" }
{ _id: ObjectId(), a: 3, b: "pq" }
{ _id: ObjectId(), a: 3, b: "rs" }
{ _id: ObjectId(), a: 3, b: "tv" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment