JS

Functions in JavaScript - Function properties name...

17.

What is the purpose of the name property of a function in JavaScript?

To store the function's execution context.

To store the name of the function.

To store the number of parameters of the function.

To store the function's return value.