Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Created August 14, 2016 15:21
Show Gist options
  • Save egrueter-dev/88836f2987d472c47e11141db8194e5d to your computer and use it in GitHub Desktop.
Save egrueter-dev/88836f2987d472c47e11141db8194e5d to your computer and use it in GitHub Desktop.
const results = winners.map((winner, i) => ({name: winner, race: race, place: i}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment