Skip to content

Instantly share code, notes, and snippets.

@gregstewart
Created October 6, 2014 12:39
Show Gist options
  • Save gregstewart/44e8520d479116146fea to your computer and use it in GitHub Desktop.
Save gregstewart/44e8520d479116146fea to your computer and use it in GitHub Desktop.
Compare functions and let me know if you found matching ones (toString comparison)
_.uniq(array.map(function (f) { return f.toString(); }), element.toString())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment