Skip to content

Instantly share code, notes, and snippets.

@sevperez
Created July 18, 2018 18:17
Show Gist options
  • Save sevperez/bb58581189a85013857db01677e73801 to your computer and use it in GitHub Desktop.
Save sevperez/bb58581189a85013857db01677e73801 to your computer and use it in GitHub Desktop.
// prototypes0.js
var obj = {};
console.log(obj.toString());
// Logs: [object Object]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment