Skip to content

Instantly share code, notes, and snippets.

@LeonardoCiaccio
Created September 15, 2017 07:37
Show Gist options
  • Select an option

  • Save LeonardoCiaccio/1f4ab3ace4bc21052ded49a5ac575618 to your computer and use it in GitHub Desktop.

Select an option

Save LeonardoCiaccio/1f4ab3ace4bc21052ded49a5ac575618 to your computer and use it in GitHub Desktop.
Controllo se è un oggetto
function _isObj( _obj ){
return ( typeof _obj === "object" && JSON.stringify( _obj ).indexOf( "{" ) == 0 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment