Which of the following functions is a valid type of function that javascript supports?
named function
anonymous function
Both A and B are true.
None of the above
Correct Answer : C
How to call a function named “sum”?
How to create a function in JavaScript?
How many parameters can be passed to a function?