Difference between revisions of "Sandbox"
From Organic Design wiki
(not natively cuz objects all resolve to "object" when used in string context (such as an array key context) - but we can override toString) |
m |
||
| Line 14: | Line 14: | ||
$a[$b]='zzz'; | $a[$b]='zzz'; | ||
| − | alert($a[$ | + | alert($a[$b]); |
Revision as of 19:36, 29 August 2012



