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
Which type of variable among global and local, takes precedence over other if names are same?
Explain promise in javascript?
Difference between undefined and undeclared variables?
How to create the namespace in javascript?
What is viewstate in javascript?
What is event bubbling in JavaScript?
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
How to submit a form using JavaScript by clicking a link?
How to detect the operating system on the client machine?
How to write a script for "select" lists using javascript
What are limitations in javascript?
Is javascript safe to download?
How can a value be appended to an array?
What is the requirement of debugging in javascript?
What is singleton class in javascript? Explain