Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlexKardone/444711126065d79dba0abd323184661a to your computer and use it in GitHub Desktop.
Save AlexKardone/444711126065d79dba0abd323184661a to your computer and use it in GitHub Desktop.
 Check is Object
return obj !== null && typeof obj === 'object' && !Array.isArray(obj);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment