Posts by Gorillaz • 21 points
1 post
-
1
votes1
answer51
viewsQ: Is there a more efficient method of traversing a JSON and returning its index than FOR?
I try to know if there is an optimized method, or at least more idiomatic, to go through this JSON and return its index, in case the player sought const data = { "clubes": { "20" : { "id" : 20,…