Skip to content

Instantly share code, notes, and snippets.

@atiq1589
Last active September 24, 2019 01:15
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 atiq1589/e1ee2cfd738a763d3973f21aacb8c39f to your computer and use it in GitHub Desktop.
Save atiq1589/e1ee2cfd738a763d3973f21aacb8c39f to your computer and use it in GitHub Desktop.
javascript utility functions
// Do not user fat arrow function
const print = function (){
console.log(...[...arguments]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment