Discussion :: Javascript MCQs
-
For the below mentioned code snippet:var o = new Object();The equivalent statement is:
Answer : Option C
Explanation :
You can always omit a pair of empty parentheses in a constructor invocation.
Be The First To Comment