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
What is a module in javascript?
What is the difference between window.onload and ondocumentready?
How do I use an external javascript file?
How much time it will take to learn javascript?
Is a relation always a function?
How and where javascript namespacing is used?
Why is my javascript function not defined?
What are the main functions performed by javascript statements?
What is the difference between firstChild and firstElementChild?
What are the ways to emit client-side javascript from server-side code in asp. Net?
What do “1”+2+4 evaluate to?
How to calculate fibonacci numbers in javascript?
Where can I learn javascript for beginners?
What kind of conditional statements does JavaScript support?
What is unshift method in JavaScript?