A Fetch that i do returns this (everything in vanilla js):
now, i cant loop through it since it isn't an array, it's an object. what i did is stringify the result so i get:
{"Nurture":43,"Regrowth":31,"Music":37,"Blades":12,"Blunt":1}
What i want is put all values between " " in an array and all numbers in another array. or 1 nested array would also be fine.