A
Q. What will be the output of the following JavaScript code?
Code:
var o =newF(); // statement 1
o.constructor=== F // statement 2
o.constructor=== F // statement 2
- Correct Answer - Option(D)
- Views: 8
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.