You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often find myself turning my data objects ({a: 1, b: 2, ...}) into arrays so that I can .map or .forEach them. It would be great if these function could accept objects directly.
The text was updated successfully, but these errors were encountered:
for the record, see issue #26 as well (not exactly a duplicate but same resolution suggested). Would you expect map and forEach to iterate over the keys ('a', 'b', ...) or the values (1, 2, ...)?
I often find myself turning my data objects ({a: 1, b: 2, ...}) into arrays so that I can .map or .forEach them. It would be great if these function could accept objects directly.
The text was updated successfully, but these errors were encountered: