Skip to content

Instantly share code, notes, and snippets.

@Diullei
Created January 22, 2012 16:26
Show Gist options
  • Save Diullei/1657586 to your computer and use it in GitHub Desktop.
Save Diullei/1657586 to your computer and use it in GitHub Desktop.
function minhaFuncao(){
console.log(arguments.length);
}
minhaFuncao(0, 1, 2, 3, 4, 5, 6)
//=> 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment