Skip to content

Fix: 可以num.tostring #266

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
Closed

Fix: 可以num.tostring #266

wants to merge 1 commit into from

Conversation

gyfffffff
Copy link

09-数据类型转换.md 中,可以将常量数字转为字符串
const a2 = 29;
console.log(a2.toString()); // "29"

写错了,可以将常量数字 转为字符串
const a2 = 29;
console.log(a2.toString());  // "29"
@xuwenkai357
Copy link

xuwenkai357 commented Jul 4, 2023 via email

qianguyihao added a commit that referenced this pull request Aug 20, 2023
@qianguyihao
Copy link
Owner

@gyfffffff 感谢指正,已修复。

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

Successfully merging this pull request may close these issues.

3 participants