Consider the following code snippet
function f() {};
The above prototype represents a
function f() {};
A. Function f
B. A custom constructor
C. Prototype of a function
D. Not valid
Answer: Option B
Join The Discussion