Categories: Development Tools Scripts, More Development Tools Scripts
jshashtable 2.1
It associates keys with values, and allows any object to be used as the key (unlike JavaScript's built-in Object, which only allows strings as property names).The libraries work in all ECMAScript 3 friendly environments.Also implements an implementations...