MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
The ________ operator is used to create an instanc..
1.
The ________ operator is used to create an instance of an object.
A.
this
B.
self
C.
find
D.
new
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
JavaScript provides a special constructor function called Object() to build the object.
The ________ operator is used to create an instance of an object.
The syntax for adding a property to an object is?
The capability to store one object inside another object known as?
<code>const event = new Date(Date.UTC(2012, 11, 20, 3, 0, 0));<br>console.log (event.toLocaleString('en-IN', { timeZone: 'UTC' }));<br></code>11.A programming language can be called object-oriented if it provides ________ basic capabilities to developers
what will be the output of below code?
If para1 is the DOM object for a paragraph, what is the correct syntax to change the text within the paragraph?
Object ......... is the process of converting an objects state to a string from which it can later be restored.
<code>var todaysDate = new Date()<br>console.log( todaysDate.toLocaleString() );<br></code>7......... serializes only the enumerable own properties of an object.
<code>var val = "JavaScript String"<br>splittedVal = val.split('a',2)<br>console.log(splittedVal);<br></code>6.what will be the output of below code? NOTE: The code is executed on 2019-5-9
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply