Skip to content

Instantly share code, notes, and snippets.

@martinwells
Created July 31, 2012 18:13
Show Gist options
  • Save martinwells/3219111 to your computer and use it in GitHub Desktop.
Save martinwells/3219111 to your computer and use it in GitHub Desktop.
function test()
{
var myBigObject = {};
setTimeout( function()
{
console.log('' + myBigObject);
}, 1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment