How to Create JavaScript Functions with Variable Arguments

Published: April 2, 2013, 1:18 p.m.

b'When creating JavaScript functions, we give names to each one of the arguments that our function takes. But what if you want a function to take more than one argument? Learn more about variable arguments in JavaScript with Jim, resident Treehouse JavaScript expert, in this Treehouse Quick Tip!'