←
^
→
JavaScript
Objects as Associative Arrays
These two lines give the same value:
object.property object["
property
"]
Using the string version allows for runtime changes.
José M. Vidal
.
34 of 65