dr. sam onn


{ City } tesa
< Country > australia
* Profession * s
User No # 6179
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 7
Users Marked my Answers as Wrong # 0
Questions / { dr. sam onn }
Questions Answers Category Views Company eMail




Answers / { dr. sam onn }

Question { Satyam, 8421 }

How do you assign object properties?


Answer

var obj=new Object();
obj["age"]=18; or obj.age=18

Is This Answer Correct ?    7 Yes 0 No