Last Updated: February 25, 2016
·
1.639K
· jjperezaguinaga

Debugging javascript arguments

Don't be silly trying to debug one by one. Use the keyword "arguments"

console.log(arguments)

as a first line inside of your method. And please, don't use alerts...