Skip to content

Instantly share code, notes, and snippets.

@mfandl
Created February 20, 2017 09:12
Show Gist options
  • Save mfandl/4f7b256cb62fed738235abfa30241001 to your computer and use it in GitHub Desktop.
Save mfandl/4f7b256cb62fed738235abfa30241001 to your computer and use it in GitHub Desktop.
const countryMap = countryData.reduce((map, data) => Object.assign(map, {[data.name]: data}), {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment