Examveda
Examveda

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

A. Function f

B. A custom constructor

C. Prototype of a function

D. Not valid

Answer: Option B

Solution(By Examveda Team)

The above code snippet defines a custom constructor.

This Question Belongs to Javascript >> Basic And Variables

Join The Discussion

Related Questions on Basic and Variables