Answer Posted / m_xyz
var obj=new Object();
obj["age"]=18; or obj.age=18
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Why do we need currying?
How to get value from a textbox?
How to have the status line update when the mouse goes over a link (the support of the status line is sporadic)?
What is new keyword in javascript?
How to delete a cookie using javascript?
What is the difference between == and ===? Which one would you use?
What is camelcase in programming?
To set all checkboxes to true using javascript?
Are namespaces are there in javascript?
What is the requirement of debugging in javascript?
Where can I learn javascript for free?
Why is javascript called richer interface?
What is arguments object in JavaScript?
Why is javascript hoisting?
How to accessing elements using javascript?