Created
August 9, 2018 19:38
-
-
Save emmiep/75e062cff140735063eeaa0664bbd31d to your computer and use it in GitHub Desktop.
Good coding style?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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