Skip to content

Instantly share code, notes, and snippets.

@alihammad-gist
Created April 22, 2016 13:13
Show Gist options
  • Save alihammad-gist/8c6e2f7725bf9089f5557851c2dd132d to your computer and use it in GitHub Desktop.
Save alihammad-gist/8c6e2f7725bf9089f5557851c2dd132d to your computer and use it in GitHub Desktop.
var hash:{[a:string]:number} = arr.reduce((prev, curr, idx) => {
prev[curr] = idx;
return prev;
}, {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment