Skip to content

Instantly share code, notes, and snippets.

@euforic
Created January 22, 2013 22:08
Show Gist options
  • Save euforic/4598996 to your computer and use it in GitHub Desktop.
Save euforic/4598996 to your computer and use it in GitHub Desktop.
cli logging objects
var x = {
"test": 1,
"test2": 2,
"testArray": [1,2,3,4]
};
console.log('TEST',x);
/**
* OUTPUT
*
* [INFO] TEST {
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment