Last active
August 29, 2015 14:12
-
-
Save sas1ni69/c28583d26561ee3da3c1 to your computer and use it in GitHub Desktop.
This file contains 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
db.books.insert([{title: 'The Hunger Games', author: 'Suzanne Collins'}, | |
{title: 'Harry Potter and the Order of the Phoenix', author: 'J.K. Rowling'}, | |
{title: 'To Kill a Mockingbird', author: 'Harper Lee'}, | |
{title: 'Pride and Prejudice', author: 'Jane Austen'}, | |
{title: 'Gone with the Wind', author: 'Margaret Mitchell'}, | |
{title: 'The Chronicles of Narnia', author: 'C.S. Lewis'}, | |
{title: 'Animal Farm' , author: 'George Orwell'}, | |
{title: 'The Giving Tree The Giving Tree', author: 'Shel Silverstein'}, | |
{title: 'The Hitchhikers Guide to the Galaxy', author: 'Douglas Adams'}]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment