Difference between revisions of "JavaScript associative arrays"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (First) |
Karl Jones (Talk | contribs) (Array data structure) |
||
Line 1: | Line 1: | ||
In [[JavaScript]], associative arrays are objects. | In [[JavaScript]], associative arrays are objects. | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Array data structure]] | ||
== External links == | == External links == | ||
* [http://www.laurencegellert.com/2012/01/associative-arrays-in-javascript/ Associative Arrays in JavaScript] by Laurence Gellert | * [http://www.laurencegellert.com/2012/01/associative-arrays-in-javascript/ Associative Arrays in JavaScript] by Laurence Gellert |
Revision as of 10:56, 4 June 2015
In JavaScript, associative arrays are objects.
See also
External links
- Associative Arrays in JavaScript by Laurence Gellert