Hey!
database.get('drabonballs', function (err, drabonballs) {
if (err) {
// if not return here
console.log(err);
}
// this line will be executed as well
console.log(drabonballs);
});
I think you meant to write dragon.
About requires: many company using alphabetical order, I really like the idea to separate requires by types, but I still think in the type groups alphabetical order would make sense. Opinions?
Hey!
I think you meant to write dragon.
About requires: many company using alphabetical order, I really like the idea to separate requires by types, but I still think in the type groups alphabetical order would make sense. Opinions?