How to create a function in JavaScript?
function f()
function = f()
function:f()
None of the above
Correct Answer : A
How many parameters can be passed to a function?
Which declaration provides the value of a function?
Which of the following is not a valid function call?