How do you create a new object in JavaScript?
Answer Posted / nidz
var myObject={} this also creates a new object
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is design pattern in javascript? Explain
How to have the status line update when the mouse goes over a link (the support of the status line is sporadic)?
How to import all exports of a file as an object.
What does the following statement declares?
What are the different types of errors in javascript?
What is the use of a date object in javascript?
What is built in function in javascript?
How can you do a character count in javascript?
What does the attribute defer/async do when added to the script tag?
What is a hash javascript?
what does javascript null mean?
What is push() method in javascript?
What are nodes in javascript?
To set all checkboxes to true using javascript?
What is difference between promise and callback?