I need to get rid of prototype from a site so I need to convert this:
var moduleCodeHash = new Hash();
moduleCodeHash.set('SHIPMANAGER','SHIPMENTFILTER');
moduleCodeHash.set('TRAFFICMGR','TRAFFICMGRFILTER');
moduleCodeHash.set('SHIPBIDMONITOR','BIDFILTER');
moduleCodeHash.get(selectedValue);
to plain js or jquery