array1 = [1,2,3];
array2 = ["one", "two", "three"];
array1 and array2 have a direct relationship between indexes.
Shuffled array1 - > array1 = [3,1,2];
How to make array2 have the same relation between the indexes after th...
asked by
29.07.2016 / 00:51