Difference between revisions of "JavaScript associative arrays"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Array data structure) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 8: | Line 8: | ||
* [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 | ||
+ | |||
+ | [[Category:Computer science]] | ||
+ | [[Category:JavaScript]] |
Revision as of 10:38, 18 April 2016
In JavaScript, associative arrays are objects.
See also
External links
- Associative Arrays in JavaScript by Laurence Gellert