Skip to content

Instantly share code, notes, and snippets.

@coliveravenegas
Created April 5, 2020 22:55
Show Gist options
  • Save coliveravenegas/7d5b7d95637afebef7596e530b5a99e7 to your computer and use it in GitHub Desktop.
Save coliveravenegas/7d5b7d95637afebef7596e530b5a99e7 to your computer and use it in GitHub Desktop.
/* Haciendo unos ajustes tendriamos esto: */
const checkHasFruit = (user, fruitName) => user.fruits.includes(fruitName);
const hasFruit = checkhasFruit(user, 'apple');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment