Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save KinyuaMwaniki/8450ba830ea8b8b02ed5fd02955f1a5e to your computer and use it in GitHub Desktop.

Select an option

Save KinyuaMwaniki/8450ba830ea8b8b02ed5fd02955f1a5e to your computer and use it in GitHub Desktop.
Find object in array of objects
this.selectedUser = this.users.find((user) => {
return user.name === this.highlightedUsername;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment