Skip to content

Instantly share code, notes, and snippets.

@bendc
Created January 6, 2016 08:50
Show Gist options
  • Select an option

  • Save bendc/fc31a19dcd6b9a523f17 to your computer and use it in GitHub Desktop.

Select an option

Save bendc/fc31a19dcd6b9a523f17 to your computer and use it in GitHub Desktop.
Check if something is an object
const isObject = obj => Object(obj) === obj;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment