Last active
May 3, 2019 00:33
-
-
Save JicLotus/ddeb8975610fd68ac94d00eec843f6a8 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(“507f191e810c19729de860ea”), | |
| name: “C++”, | |
| ranking: 1 // Amount of profiles that has C++ skill on his profile | |
| }, | |
| { | |
| _id: ObjectId(“507c7f79bcf86cd7994f6c0e”), | |
| name: “Java”, | |
| ranking: 1 // Amount of profiles that has Java skill on his profile | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment