I have the following two arrays:
array_Two = [colorZero:"black", colorOne:"red", colorTwo:"green", colorThree:"blue", colorFour:"purple", colorFive:"golden");
array_one = ["colorOne", "colorTwo", "colorThree"];
want like this o/p with final array =>
FinalArray = [colorOne:"red",colorTwo:"green",colorThree:"blue"]
How can I do that? i have no idea any one please know then please let me know.