Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uniqBy #353

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add uniqBy #353

wants to merge 1 commit into from

Conversation

AlexP11223
Copy link
Contributor

Addresses #282

// => [{ 'x': 1 }, { 'x': 2 }]

// Native
[...new Map([2.1, 1.2, 2.3].map(v => [Math.floor(v), v]).reverse()).values()];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To maintain the convention, you should add the function definition here along with an example of its invocation.

@cht8687 cht8687 force-pushed the master branch 2 times, most recently from 5559a1c to bd9b25e Compare September 2, 2023 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants