What is the best way to convert:

['a','b','c']

to:

{
  0: 'a',
  1: 'b',
  2: 'c'
}

49 s
49

Leave a Reply

Your email address will not be published. Required fields are marked *