var typeButton = { 'type1': 1, 'type2': 2, 'type3': 3 }, actionByTypeButton = [ typeButton['type1'] = 'aaa', typeButton['type2'] = 'bbb', typeButton['type3'] = 'ccc' ];
actionByTypeButton = [ *!* typeButton['type1'] = 'aaa', typeButton['type2'] = 'bbb', typeButton['type3'] = 'ccc' */!* ];