diff options
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,3 +18,6 @@ var bar = foo.slice(0); who responds/listens to those, so we will see statements such eventer.on('foo', somehandler) +[mongodb] +$ mongo; show dbs; use nodejs1; show collections; db.getCollectionNames(), db.users.find(), db.users.remove(), db.users.drop() + |