javascript property issue

Newbie Member
26Apr2011,07:51   #1
sgh915's Avatar
hello, everybody.
while i am learning javascript, i got one confusing issue.
i want to know the following results are same.
  1. object.property
  2. object["property"]
can u help me?
very urgent.
many thanks.
so
Team Leader
2May2011,12:07   #2
pradeep's Avatar
Yes, both are the same