JS

Functions in JavaScript - Parameters in javascript...

27.

What are parameters in JavaScript functions?

They are used to define the data type of a function.

They are used to store the global scope of a function.

They are predefined values that a function returns.

They are named variables passed into a function.