Skip to content

Instantly share code, notes, and snippets.

@blarfoon
Last active February 21, 2022 22:52
Show Gist options
  • Save blarfoon/a743abc85ca9616d4490c6722c71b8c5 to your computer and use it in GitHub Desktop.
Save blarfoon/a743abc85ca9616d4490c6722c71b8c5 to your computer and use it in GitHub Desktop.
const myObject = {};
console.log(myObject.toString())
// in this case it's the same as calling
console.log(Object.getPrototypeOf(myObject).toString())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment