Mapping array values in javascript object with fixed keys
I want to create a javascript object such as below : { { "Image" : img_src, "Text" : text }, } I have two arrays img_src = [ value1, value2, value3 ....... ] text = [ text1, text2, text3 .......]…