Javascript Array hashCode()
hashCode()
Array.prototype.hashCode = function() { return ('ARRAY:[' + this.join(';') + ']').hashCode(); };