Skip to content

Instantly share code, notes, and snippets.

@okovalov
Created January 28, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okovalov/4a540ff956300dbc33ed9c13e5feba0e to your computer and use it in GitHub Desktop.
Save okovalov/4a540ff956300dbc33ed9c13e5feba0e to your computer and use it in GitHub Desktop.
//
// Logging objects
//
// Don't use
console.log(obj);
//use
console.log(JSON.parse(JSON.stringify(obj)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment