Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add new toSorted, toSpliced and toReversed methods to "Array methods" article#3622

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Hasan-Mir wants to merge1 commit intojavascript-tutorial:master
base:master
Choose a base branch
Loading
fromHasan-Mir:patch-1

Conversation

Hasan-Mir
Copy link

@Hasan-MirHasan-Mir commentedDec 8, 2023
edited
Loading

This pull request introduces additional notes to the documentation of Array methods. The aim is to inform readers about new methods that perform similar operations tosplice,sort, andreverse, but do not mutate the original array. These methods aretoSpliced,toSorted, andtoReversed.

damonholden and hasanparasteh reacted with thumbs up emoji
@damonholden
Copy link

yeah lets get this updated. Also worth mentioning the.with() Array method aswell. Also some of the tasks like "copy and sort" in this section need to be updated to include the new apis.

Hasan-Mir reacted with thumbs up emoji

@smith558smith558 self-assigned thisFeb 14, 2024
@smith558
Copy link
Member

Also worth mentioning the.with() Array method aswell. Also some of the tasks like "copy and sort" in this section need to be updated to include the new apis.

Would you be interested in opening a PR for this after this one gets merged (will be soon)? 🙂

@smith558smith558 added the P1High priority labelFeb 14, 2024
@damonholden
Copy link

Also worth mentioning the.with() Array method aswell. Also some of the tasks like "copy and sort" in this section need to be updated to include the new apis.

Would you be interested in opening a PR for this after this one gets merged (will be soon)? 🙂

Sounds good. Once merged, I'll work on the PR to get the other methods in and adjust the tasks as well. Will keep an eye out.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@smith558smith558

Labels
P1High priority
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@Hasan-Mir@damonholden@smith558

[8]ページ先頭

©2009-2025 Movatter.jp