What is the best way to convert: ['a','b','c'] to: { 0: 'a', 1: 'b', 2: 'c' } 49 s 49 Tags: arraysjavascriptobject