Skip to content

Instantly share code, notes, and snippets.

@emmiep
Created August 9, 2018 19:38
Show Gist options
  • Select an option

  • Save emmiep/75e062cff140735063eeaa0664bbd31d to your computer and use it in GitHub Desktop.

Select an option

Save emmiep/75e062cff140735063eeaa0664bbd31d to your computer and use it in GitHub Desktop.
Good coding style?
function getUser(id) {
if (users.has(id)) {
return users.get(id);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment