Wednesday, 5 June, 2019 UTC


Summary

In this lesson, you will learn how to use [default parameters](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters) within functions. This will allow you to use default values in the event your functions are called without any arguments.