Skip to content

Instantly share code, notes, and snippets.

@Athira2199
Created February 15, 2021 06:19
Show Gist options
  • Save Athira2199/e4340da99847e6830acff85dcd21cb10 to your computer and use it in GitHub Desktop.
Save Athira2199/e4340da99847e6830acff85dcd21cb10 to your computer and use it in GitHub Desktop.
const user = new User({
name,
password
})
await user.generatePassword()
/* we can write as many method functions in between as well*/
await user.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment