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
This proposal is basically taking one of the convenience methods from popular JS helper libraries like Underscore.js and Lodash and putting it into 262.
Why uniqueBy? Why not zip, chunk, or any of the other convenience methods not yet covered?
The text was updated successfully, but these errors were encountered:
Userland is where many of the array methods came from - I think the automatic answer is "probably all of them should be included, but in independent proposals"?
This proposal is basically taking one of the convenience methods from popular JS helper libraries like Underscore.js and Lodash and putting it into 262.
Why
uniqueBy
? Why notzip
,chunk
, or any of the other convenience methods not yet covered?The text was updated successfully, but these errors were encountered: