Skip to content

Instantly share code, notes, and snippets.

@jasdeepkhalsa
Created October 11, 2018 14:25
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 jasdeepkhalsa/86576a9b3963a92a50c19cae4f1dda3b to your computer and use it in GitHub Desktop.
Save jasdeepkhalsa/86576a9b3963a92a50c19cae4f1dda3b to your computer and use it in GitHub Desktop.
console.log Log Wrapper using ES6 Rest & Spread Syntax
function log(...args) {
console.log(...args);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment