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
The objectConverter function, if I understand it correctly, takes an array of keys, and returns a function, that takes an array of values, and returns an object.
I'm guessing preserving IE11 compatibility was the goal, so here's an alternative that still does, while working without Function :
Hello,
The
objectConverter
function, if I understand it correctly, takes an array of keys, and returns a function, that takes an array of values, and returns an object.I'm guessing preserving IE11 compatibility was the goal, so here's an alternative that still does, while working without
Function
:And, for future reference, here's another one that uses the latest syntax :
Thanks
The text was updated successfully, but these errors were encountered: