Skip to content

Instantly share code, notes, and snippets.

@astrotars
Last active July 23, 2018 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/587fac2815a3f8a8ffe9e7892a1870ab to your computer and use it in GitHub Desktop.
Save astrotars/587fac2815a3f8a8ffe9e7892a1870ab to your computer and use it in GitHub Desktop.
function done(err) {
if (err) {
console.log(err);
return;
}
console.log('Passwords match!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment