Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Last active January 7, 2019 19:04
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 carbide-public/c83336a4d23251e9e2165a9a810097ed to your computer and use it in GitHub Desktop.
Save carbide-public/c83336a4d23251e9e2165a9a810097ed to your computer and use it in GitHub Desktop.
untitled
const array = [1,2,3,4]
const log = (...args) => console.log(...args)
array.forEach(log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment