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

Update article.md#3884

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
Gleb-Pastushenko wants to merge1 commit intojavascript-tutorial:master
base:master
Choose a base branch
Loading
fromGleb-Pastushenko:patch-8

Conversation

Gleb-Pastushenko
Copy link
Contributor

Fixing a misstype

now:
let result = /* calculations of the result for */ obj;

change to:
let result = /* calculations of the result for obj */;

Fixing a misstype
@javascript-translate-botjavascript-translate-bot added the review neededReview needed, please approve or request changes labelOct 2, 2025
Copy link
Member

@joaquineliojoaquinelio left a comment

Choose a reason for hiding this comment

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

That change leads to a syntax error.

the engine ignores the comment /* */ then reads
let result = obj;

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
1 more reviewer

@joaquineliojoaquineliojoaquinelio left review comments

Reviewers whose approvals may not affect merge requirements
Assignees
No one assigned
Labels
review neededReview needed, please approve or request changes
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@Gleb-Pastushenko@joaquinelio@javascript-translate-bot

[8]ページ先頭

©2009-2025 Movatter.jp