Skip to content

fix:属性结尾应有逗号 #1222

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

Closed
wants to merge 1 commit into from

Conversation

HeimaoLST
Copy link

目标章节:1-js\04-object-basics\01-object\5-sum-object

当前上游最新 commitjavascript-tutorial/en.javascript.info@b258d7d

本 PR 所做更改如下:

文件名 参考上游 commit 更改(理由)
solution.md 修改部分错误
task.md 修改部分错误

注意,参考上游 commit 是指你所修改的文件,在英文仓库中同名文件的对应 commit,即你此次提交的修改的依据。如果本 PR 你只是提交一个文字或者语句优化,并非根据上游英文仓库的修改而提交的更新,则请填无。

@CLAassistant
Copy link

CLAassistant commented Sep 18, 2024

CLA assistant check
All committers have signed the CLA.

@xuesongde
Copy link

xuesongde commented Sep 18, 2024 via email

@@ -10,7 +10,7 @@ importance: 5
let salaries = {
John: 100,
Ann: 160,
Pete: 130
Pete: 130,
Copy link
Member

Choose a reason for hiding this comment

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

对象属性的尾逗号应该只是一个风格问题,这里感觉可以保留

@javascript-translate-bot

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

@leviding
Copy link
Member

leviding commented Nov 3, 2024

谢谢参与贡献,这只是一种代码风格,所以暂时保持

@leviding leviding closed this Nov 3, 2024
@leviding leviding added wontfix This will not be worked on and removed changes requested labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants