Which is the correct syntax for the function definition?
Options:
Explanation:
The function definition syntax is:
Tags:
JavaScript
Answer:
Which is the correct syntax for the function definition function function_name(parameter1, parameter2, ...) { /*Function's body*/ }.