Skip to content

Instantly share code, notes, and snippets.

@todgru
Created October 9, 2019 18:10
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 todgru/c27db35494da73ba9f754f5090e3488a to your computer and use it in GitHub Desktop.
Save todgru/c27db35494da73ba9f754f5090e3488a to your computer and use it in GitHub Desktop.
javascript display entire object without truncating object depth
// to log an entire object without trucated depth:
console.dir(myDeeplyNestedObject, { depth: null });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment