-
The function definitions in JavaScript begins with
-
- Return type and Identifier
- Return type, Function keyword, Identifier and Parentheses
- Identifier and Return type
- Identifier and Parentheses
- None of these
Correct Option: B
The function definitions begin with the keyword function followed by an identifier that names the function and a pair of parentheses around a comma-separated list of zero or more identifiers.