Q. What will be the output of the following JavaScript code?
Code:
var o =newF(); // statement 1 o.constructor=== F // statement 2
β
Correct Answer: (D)
True
var o =newF(); // statement 1 o.constructor=== F // statement 2
You must be Logged in to update hint/solution