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 difference between ajax and javascript?
Can you access Cookie using javascript?
In Javascript are calculations with fractional numbers guaranteed to be precise?
What are .js files?
What is meaning of === in javascript?
How can the style/class of an element be changed?
Is a hash table an array?
Is JavaScript a true OOP language?
What is difference between var x =1; and x=1;?
What does javascript do?
what is pop()method in JavaScript?
What is the scope of variables in JavaScript?
How do you check if an object is an array or not?
Is there an alternative to javascript?
Name the types of functions.