1.

Consider the following code snippet : var o = new F(); o.constructor === F The output would be :

A. false
B. true
C. 0
D. 1
Answer» C. 0


Discussion

No Comment Found

Related MCQs