Q. For the below mentioned code snippet:
The equivalent statement is
Code:
var obj = new Object();
β
Correct Answer: (B)
var obj= new Object;
var obj = new Object();
You must be Logged in to update hint/solution