Skip to content

Instantly share code, notes, and snippets.

@slayful
Created July 28, 2018 15:11
> db.unicorns.find()
{ "_id" : ObjectId("4f7b80fffbd1718d939a8801"), "name" : "Scott", "loves" : [ "sweets",  "movies"] }
{ "_id" : ObjectId("4f7b8106fbd1718d939a8802"), "name" : "Nega Scott", "loves" : [ "evil things"], "evil" : true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment