We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f659e commit 2e49202Copy full SHA for 2e49202
1 file changed
1-js/02-first-steps/07-type-conversions/article.md
@@ -83,7 +83,7 @@ alert( Number(false) ); // 0
83
84
请注意 `null` 和 `undefined` 在这有点不同:`null` 变成数字 `0`,`undefined` 变成 `NaN`。
85
86
-大多数数学运算符也执行这种转换,我们将在下一节中进行介绍。
+大多数数学运算符都执行这种转换,我们将在下一节中进行介绍。
87
88
## 布尔型转换
89
0 commit comments