Skip to content

Instantly share code, notes, and snippets.

@mr21
Created October 13, 2021 19:16
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 mr21/3d015d2582f3e1e7cdf5f94775e951df to your computer and use it in GitHub Desktop.
Save mr21/3d015d2582f3e1e7cdf5f94775e951df to your computer and use it in GitHub Desktop.
Shortcut for console.log function
function lg( a ) { return console.log.apply( console, arguments ), a; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment