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
How to define a anonymous function?
How do you check if an object is an array or not?
What is an anonymous function in JavaScript?
How about 3+5+"8"?
How do I link an external javascript file to html?
Difference Between JavaScript and ECMAScript?
Methods get and post in html forms - what's the difference?
Explain what is pop()method in JavaScript?
What is the real name of JavaScript?
Is there any class in javascript?
How to write hello world on the web page?
How do I retrieve a cookie with a given name using a regular expression?
What are the decodeURI() and encodeURI()?
Should I learn java first or javascript?
Explain equality operators in javascript?