How do you create a new object in JavaScript?
Answer Posted / elan
var newObject;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is meant by object oriented programming?
What is an empty html tag?
Name some of the built-in methods and the values returned by them.
what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)
Explain unescape() and escape() in javascript?
What is a fixed-width table and its advantages?
What is the use of a map object in javascript?
How do you clear an array in javascript?
What does question mark mean in react?
What are global variables in javascript?
How to replace all occurrences of a string in JavaScript?
How to trigger a postback on an updatepanel from javascript?
Is javascript case sensitive language?
How long does it take to learn javascript?
What are the decodeURI() and encodeURI()?