The function definitions in JavaScript begins with _____________
(a) Identifier and Parentheses
(b) Return type and Identifier
(c) Return type, Function keyword, Identifier and Parentheses
(d) Identifier and Return type
This question was addressed to me during an interview.
The doubt is from Defining and Invoking Functions topic in section Lexical Structures of JavaScript