Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Created May 14, 2013 10:12
Show Gist options
  • Save nsisodiya/5574976 to your computer and use it in GitHub Desktop.
Save nsisodiya/5574976 to your computer and use it in GitHub Desktop.
var console = console || {};
console.log = function(msg){
$("body").append('<p>'+msg+'</p>');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment