JavaScript Functions: Default argument values and the ‘arguments’ object!

Exercise on Jams.dev Coming soon

Tutorial description

This video gives you an introduction to javascript function arguments. When you’re not using typescript (like you should be. 😉

Javascript functions can be called with as many arguments as you want. In this video I’ll go over the different ways arguments can be used and accessed, as well as allowing for providing an array of arguments of indefinite length.