Q. Consider the following code snippet
function f() {};
The above prototype represents a
β
Correct Answer: (B)
A custom constructor
Explanation: The above code snippet defines a custom constructor.