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

Fix grammar and update an example#3633

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
nakhodkin wants to merge4 commits intojavascript-tutorial:master
base:master
Choose a base branch
Loading
fromnakhodkin:patch-3

Conversation

nakhodkin
Copy link
Contributor

No description provided.

@smith558smith558 self-assigned thisMay 5, 2024
Copy link
Member

@smith558smith558 left a comment

Choose a reason for hiding this comment

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

Looks good except the few changes I highlighted, please revert those.

@@ -178,7 +178,7 @@ In computer science, the data structure that allows this, is called [deque](http
```js run
let fruits = ["Apple", "Orange"];

fruits.push("Pear");
alert(fruits.push("Pear") ); // add "Pear" to the end and return the new array length e.g. 3
Copy link
Member

Choose a reason for hiding this comment

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

please revert

@@ -204,7 +204,7 @@ In computer science, the data structure that allows this, is called [deque](http
```js run
let fruits = ["Orange", "Pear"];

fruits.unshift('Apple');
alert(fruits.unshift('Apple') ); // add "Apple" in the beginning and return the new array length e.g. 3
Copy link
Member

Choose a reason for hiding this comment

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

please revert

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@javascript-translate-botjavascript-translate-bot added the changes requestedWaiting for changes and /done from PR author labelMay 5, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@smith558smith558smith558 requested changes

Assignees

@smith558smith558

Labels
changes requestedWaiting for changes and /done from PR author
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@nakhodkin@javascript-translate-bot@smith558

[8]ページ先頭

©2009-2025 Movatter.jp