What Will Be The Equivalent Statement Of The Following #130
What will be the equivalent statement of the following JavaScript statement?</p> <pre><code class="language-javascript"> var o = new Object(); </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs106 Javascript. It can also be found in gs gs106 Lexical Structures - JavaScript Functions and Functional Programming - Quiz No.1.
What will be the equivalent statement of the following JavaScript statement?
var o = new Object();
var o = Object();
var o;
var o= new Object;
Object o=new Object();
Similar question(s) are as followings:
Online Quizzes of gs106 Javascript
Graphics and Rendering in JavaScript - Scripted Media - Quiz No.1
gs gs106 Javascript
Online Quizzes