In the following given line of code, the prototype representing the_____
functionx(){};
Function x
Prototype of a function
A custom constructor
Not valid
Correct Answer : B
Can you pass a anonymous function as an argument to another function?
What is the primary role of the "return ()" statement in a function body?
If a function which does not return a value is known as _____