javascript hash
JavaScript uses arrays to represent indexed arrays and objects to represent
associative arrays. If you want a hash in JavaScript, you use an object.
JavaScript uses arrays to represent indexed arrays and objects to represent
associative arrays. If you want a hash in JavaScript, you use an object.