1.

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

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


Discussion

No Comment Found