Skip to content

Instantly share code, notes, and snippets.

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