Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
147 views

Transform an array into object and set index for an unique key in javascript

I have a method that merges keys and indexes from an array into an object. I'm stuck with ways to compress this method, and I don't know what I can do to make it simpler. Goal get an array of objects ...
wittgenstein's user avatar
1 vote
1 answer
122 views

JavaScript, looping, and functional approach

Data Structure coming back from the server ...
FNMT8L9IN82's user avatar
1 vote
1 answer
57 views

converting object of arrays to an array of objects in a desired format

...
Vignesh Sharma's user avatar
1 vote
1 answer
78 views

Concat strings from Object or Array

How would you merge these two functions into a single more generic function? ...
jdsninja's user avatar
  • 177