Difference between revisions of "JavaScript associative arrays"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
Line 7: | Line 7: | ||
== External links == | == External links == | ||
+ | * [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array array] @ developer.mozilla.org | ||
* [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:Computer science]] | ||
[[Category:JavaScript]] | [[Category:JavaScript]] |
Latest revision as of 04:29, 9 May 2016
In JavaScript, associative arrays are objects.
See also
External links
- array @ developer.mozilla.org
- Associative Arrays in JavaScript by Laurence Gellert