Skip to content

Instantly share code, notes, and snippets.

@bynaki
Created December 15, 2015 06:17
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 bynaki/4250c599b4611febad1b to your computer and use it in GitHub Desktop.
Save bynaki/4250c599b4611febad1b to your computer and use it in GitHub Desktop.
JavaScript :: Tips - arguments Array 객체로 만들기.

JavaScript :: Tips

arguments Array 객체로 만들기.

var args = Array.prototype.slice.call(arguments);
{"noteId":"151a4485fdb-f07c078","main":"151a4485fdb-f07c078.md","title":"JavaScript :: Tips - arguments Array 객체로 만들기."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment