["a", "b" ,"c"]
["1", "2", "3"]
Want to get: ["1", "a"], ["2": "b"], ["3": "c"]
I think its possible to do it using map, but example for it contains named properties
["a", "b" ,"c"]
["1", "2", "3"]
Want to get: ["1", "a"], ["2": "b"], ["3": "c"]
I think its possible to do it using map, but example for it contains named properties