How can I sort an object by its indexes in JavaScript, with an object similar to the following
{ave:2,gato:3,burro:7,caballo:3,hipopotamo:5,elefante:8}
How can I make the object look like this?
{ave:2,burro:7,caballo:3,elefante:8,gato:7,h...
asked by
30.09.2018 / 19:03