Created
November 2, 2019 08:48
-
-
Save AmitDJagtap/32183f7c013f0c40c2097001ad357532 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ _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