I\'m trying to find the opposite number in the array.
Let\'s say we have this array: [1,3,4,-3]
[1,3,4,-3]
What I want is:
{ \'1\': 1, \'3\': 2, \