Skip to content

Instantly share code, notes, and snippets.

View reasat-rafio's full-sized avatar
🏠
Working from home

reasat-rafio

🏠
Working from home
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

export default class EventEmitter
{
constructor()
{
this.callbacks = {}
this.callbacks.base = {}
}
on(_names, callback)
{