var arr = []; arr["dakota"] = ['test', 'test2', 'test3']; arr.dakota.push('test4'); alert(arr.dakota); //test,test2,test3,test4