Skip to content

Instantly share code, notes, and snippets.

@tjunghans
Created January 27, 2017 10:32
Show Gist options
  • Save tjunghans/3d4fe8ff4a048007aeea15b57d0231bc to your computer and use it in GitHub Desktop.
Save tjunghans/3d4fe8ff4a048007aeea15b57d0231bc to your computer and use it in GitHub Desktop.
Debug Logging
function log(value, label = "-") {
console.log(" ");
console.log(" ");
console.log(label, JSON.stringify(value, null, " "));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment