Skip to content

Instantly share code, notes, and snippets.

@simsalabim
Last active December 27, 2015 12:19
Show Gist options
  • Select an option

  • Save simsalabim/7324871 to your computer and use it in GitHub Desktop.

Select an option

Save simsalabim/7324871 to your computer and use it in GitHub Desktop.
Advanced logging in JavaScript
// add some spice
console.log = function() {
window.alert(Array.prototype.slice.call(arguments, 0).join(' '));
}
@simsalabim

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment