JS

JavaScript ES6 - Default function parameters in es...

22.

What are default function parameters in ES6?

Parameters that automatically generate random values when no argument is provided.

Parameters that can only accept a specific data type.

Parameters that are required to be passed when calling the function.

Parameters that have default values if no argument is provided for them.