fix: broken link in zh-cn translation (#278)

This commit is contained in:
XYZ
2022-09-30 19:41:59 +08:00
committed by GitHub
parent 7ad136dd55
commit c6f8310e4a

View File

@@ -339,7 +339,7 @@ NaN === 0 / 0; // -> false
关于 `NaN === NaN` 的更多细节,请参阅上一个例子。
- [这是 TC39 中关于 Object.is 的规范](https://tc39.es/ecma262/#sec-object.is)
- MDN 上的[相等比较与相同值比较]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness)
- MDN 上的[相等比较与相同值比较](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness)
## 它是 fail