|
|
|
|
|
by zdragnar
741 days ago
|
|
> associative arrays in JavaScript You're thinking PHP. Arrays and objects are discrete things in JavaScript. You can add random properties to arrays (since they are also objects) but don't expect them to behave well when doing things line loops, getting they length, etc. |
|