function hOP (obj, key) {
return Object.prototype.hasOwnProperty.call(obj, key)
}
Created
June 24, 2014 07:31
-
-
Save v2e4lisp/a4098fafc9e9b9da202f to your computer and use it in GitHub Desktop.
js functions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment