Skip to content

Instantly share code, notes, and snippets.

@copperwall
Created April 10, 2020 01:04
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 copperwall/e1a5addb20b14b1b87b58bbee1fb7c15 to your computer and use it in GitHub Desktop.
Save copperwall/e1a5addb20b14b1b87b58bbee1fb7c15 to your computer and use it in GitHub Desktop.
function getBirthday(userid) {
let birthday
DB.getUser(userid).then(user => {
birthday = user.birthday
})
return birthday
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment