Vidyalelo
JavaScript · Q56

Basic And Variables

Programming · JavaScript · question 56

Q56

Consider the following code snippet function f() ; The above prototype represents a

A.
Function f
B.
A custom constructor
Answer
C.
Prototype of a function
D.
Not valid

Answer: Option B

Solution

Answer: Option B
Solution:
The above code snippet defines a custom constructor.