Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/index.js Secret

Last active May 21, 2020 14:07
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 kasramp/3879e334499d9a08fa82c8711e2d8388 to your computer and use it in GitHub Desktop.
Save kasramp/3879e334499d9a08fa82c8711e2d8388 to your computer and use it in GitHub Desktop.
const getById = (id) => {
return dummyUsers.filter(user => user.id == id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment