How to compare between object elments values in javascript
For example :
var obj = { tom: "5000", justin: "500", linda: "3000" };
How I can make a code to know which person have the higher salary as in the example: I should get as a result here (tom)?