HashList.getKeysByValues()

Returns an array of all keys that are sorted by their values from highest to lowest. Please note that this only works if you have conistently used Numbers for values.

Type: function

Returns:

  • {Array}:

    An array with all the keys.