Skip to content

Instantly share code, notes, and snippets.

@btorresgil
Created December 12, 2019 22:22
Show Gist options
  • Save btorresgil/22e295ea7f6d5dd03db73d94532a3358 to your computer and use it in GitHub Desktop.
Save btorresgil/22e295ea7f6d5dd03db73d94532a3358 to your computer and use it in GitHub Desktop.
Object.fromEntries(
Object.entries(obj)
.filter(([key]) => ['foo', 'bar'].includes(key))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment