Skip to content

Instantly share code, notes, and snippets.

@gabsprates
Last active October 19, 2016 02:02
Show Gist options
  • Save gabsprates/72f4a02a150da1cd9344ce73dbe4991d to your computer and use it in GitHub Desktop.
Save gabsprates/72f4a02a150da1cd9344ce73dbe4991d to your computer and use it in GitHub Desktop.
var foo = new Object() // {}
foo.toString() // ‘[object Object]’
// Even to object
// that aren't empty
var bar = { lang: ‘js’, y: 94 }
foo.toString() // ‘[object Object]’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment