From d9e9adb5f80a819fe46349bcf6d1faec734b09cd Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:07:31 +0800 Subject: remove span tag in zh-CN --- files/zh-cn/web/javascript/data_structures/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/javascript/data_structures') diff --git a/files/zh-cn/web/javascript/data_structures/index.html b/files/zh-cn/web/javascript/data_structures/index.html index 8e1d7d433a..28273e864f 100644 --- a/files/zh-cn/web/javascript/data_structures/index.html +++ b/files/zh-cn/web/javascript/data_structures/index.html @@ -84,9 +84,9 @@ foo = true; // foo is a Boolean now 9007199254740993n -

可以对BigInt使用运算符+*-**%,就像对数字一样。BigInt 严格来说并不等于一个数字,但它是松散的。

+

可以对BigInt使用运算符+*-**%,就像对数字一样。BigInt 严格来说并不等于一个数字,但它是松散的。

-

在将BigInt转换为Boolean时,它的行为类似于一个数字:if||&&Boolean 和!。

+

在将BigInt转换为Boolean时,它的行为类似于一个数字:if||&&Boolean 和!。

BigInt不能与数字互换操作。否则,将抛出{{jsxref("TypeError")}}。

@@ -133,7 +133,7 @@ foo = true; // foo is a Boolean now

数据属性是键值对,并且每个数据属性拥有下列特性:

-

数据属性的特性(Attributes of a data property)

+

数据属性的特性(Attributes of a data property)

-- cgit v1.2.3-54-g00ecf