Modern JavaScript Videos
About Lesson

In this lesson we want to learn about JavaScript Arrow Function Default Parameter, Arrow functions can also have default parameters, which are parameters that have default value assigned to them in case no value or undefined is passed in. Default parameters work the same way in arrow functions as they do in regular functions.

Join the conversation