A JavaScript HashTable inspired by Python's dictonary type and built in Classy
JavaScript doesn't provide a builtin dictionary type. I ported the MohaveLinux approach. ClassyDict is built using Classy which "implements Python inspired classes for JavaScript."
Classy is super small lib for organizing functionality in your app into discrete classes just like you would in python.