Skip to content

Instantly share code, notes, and snippets.

@ramiabraham
Created January 24, 2024 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramiabraham/1ad8ae3cfa329844fe10f931a2db14d3 to your computer and use it in GitHub Desktop.
Save ramiabraham/1ad8ae3cfa329844fe10f931a2db14d3 to your computer and use it in GitHub Desktop.
console.loog.js
let loog =
console.loog = function(){
Array.prototype.unshift.call(
arguments, loog );
console.log.apply( console, arguments );
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment