Skip to content

Instantly share code, notes, and snippets.

@rohan-paul
Last active November 7, 2016 18:09
Show Gist options
  • Save rohan-paul/1897ba275d3e7883f22378692bbf7feb to your computer and use it in GitHub Desktop.
Save rohan-paul/1897ba275d3e7883f22378692bbf7feb to your computer and use it in GitHub Desktop.
const findOdd = (xs) => (xs).reduce((a, b) => a ^ b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment