JS

JavaScript Fundamentals 2 - Function declaration s...

28.

How do you define a function in JavaScript?

Using the "function" keyword followed by the function name and parentheses.

Using the "func" keyword followed by the function name and parentheses.

Using the "define" keyword followed by the function name and parentheses.

Using the "fn" keyword followed by the function name and parentheses.