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

《Cute-JavaScript》系列文章勘误登记 #1

Open
pingan8787 opened this issue Feb 27, 2019 · 3 comments
Open

《Cute-JavaScript》系列文章勘误登记 #1

pingan8787 opened this issue Feb 27, 2019 · 3 comments

Comments

@pingan8787
Copy link
Owner

pingan8787 commented Feb 27, 2019

记录一些发现到的错误,后面一起修改。

提交模版格式:

  • 错误地址或链接:

如: http://js.pingan8787.com

  • 错误内容:

错误内容描述,如标题错别字。

  • 正确内容:

正确内容描述。

  • 错误影响范围:

需要修改的范围,如:github/各个专栏/博客/Vuepress

说明:
我会利用空余时间做修改,感谢各位指点。
当修改完成后,需要对本条记录做状态修改,添加一个如下👍的表情,表示本条备忘修改完成。

@pingan8787
Copy link
Owner Author

pingan8787 commented Feb 27, 2019

[ 2019.02.27 ]

  • 错误地址或链接:

【Cute-JavaScript】=》【ES6】章节的《2-变量的结构赋值》

  • 错误内容:

《2-变量的结构赋值》 标题错别字。

  • 正确内容:

《2-变量的解构赋值》

  • 错误影响范围:

github/各个专栏/博客/Vuepress

@pingan8787
Copy link
Owner Author

[ 2019.03.27 ]

  • 错误地址或链接:
    【Cute-JavaScript】=》【ES6】章节的《15 Class语法和继承》

  • 错误内容:
    "P.prototyoe" 标题错别字。

  • 正确内容:
    "P.prototype"

  • 错误影响范围:
    github/各个专栏/博客/Vuepress

@pingan8787
Copy link
Owner Author

[ 2019.08.23 ]

错误地址或链接:
【Cute-JavaScript】=》【JS】120-重温基础:语法和数据类型

错误内容:
【数据类型转换】段落中,“a1 + b1;// 30” 错误。

正确内容:
【数据类型转换】段落中,改成

a1 + b1;// 1020;
+a1 + b1;//30

错误影响范围:
github/各个专栏/博客/Vuepress

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

No branches or pull requests

1 participant