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