while i am learning javascript, i got one confusing issue.
i want to know the following results are same.
- object.property
- object["property"]
very urgent.
many thanks.
so
|
Newbie Member
|
|
| 26Apr2011,07:51 | #1 |
|
hello, everybody.
while i am learning javascript, i got one confusing issue. i want to know the following results are same.
very urgent. many thanks. so |
|
Team Leader
|
![]() |
| 2May2011,12:07 | #2 |
|
Yes, both are the same
|