I have an object like this
{ '1': 2,
'2': 2,
'4': 2,
'5': 2,
'-2': 2,
'-1': 1
}
Yeah we know, that the most different value from it is '1'
So the function will print out the keys from the object '-1'
Which function to find the key?
It takes about a few hours and I still not found it, because the object is a string
Any help would be appreciated, thanks