Skip to content

Instantly share code, notes, and snippets.

@redpist
Created February 3, 2015 10:58
Show Gist options
  • Save redpist/30813caea4b186399632 to your computer and use it in GitHub Desktop.
Save redpist/30813caea4b186399632 to your computer and use it in GitHub Desktop.
function equal(obj1, obj2) { return (obj1 >= obj2 && obj1 <= obj2); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment