aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/operators
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators')
-rw-r--r--files/zh-cn/web/javascript/reference/operators/addition/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/decrement/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/division/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/multiplication/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/remainder/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/subtraction/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html2
18 files changed, 18 insertions, 18 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/addition/index.html b/files/zh-cn/web/javascript/reference/operators/addition/index.html
index db323029cc..6dc1696eca 100644
--- a/files/zh-cn/web/javascript/reference/operators/addition/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/addition/index.html
@@ -10,7 +10,7 @@ original_slug: Web/JavaScript/Reference/Operators/相加
<div>{{EmbedInteractiveExample("pages/js/expressions-addition.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html
index 5732d5c473..f7e2c28498 100644
--- a/files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Operators/Addition_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-addition-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/assignment/index.html b/files/zh-cn/web/javascript/reference/operators/assignment/index.html
index 9c88caca50..e3872fe493 100644
--- a/files/zh-cn/web/javascript/reference/operators/assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/assignment/index.html
@@ -15,7 +15,7 @@ translation_of: Web/JavaScript/Reference/Operators/Assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html
index 05df4461d6..90e4085f43 100644
--- a/files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html
@@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_AND_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-bitwise-and-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html
index 8cd674a8cb..3bdd748cba 100644
--- a/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html
@@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_NOT
<div>{{EmbedInteractiveExample("pages/js/expressions-bitwise-not.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html
index d8601d9eba..fe1b3a3c0b 100644
--- a/files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_XOR_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-bitwise-xor-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/decrement/index.html b/files/zh-cn/web/javascript/reference/operators/decrement/index.html
index 8103a647d1..368184538c 100644
--- a/files/zh-cn/web/javascript/reference/operators/decrement/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/decrement/index.html
@@ -15,7 +15,7 @@ original_slug: Web/JavaScript/Reference/Operators/自减
<div>{{EmbedInteractiveExample("pages/js/expressions-decrement.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/division/index.html b/files/zh-cn/web/javascript/reference/operators/division/index.html
index d1af1e83a0..8f19531c83 100644
--- a/files/zh-cn/web/javascript/reference/operators/division/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/division/index.html
@@ -14,7 +14,7 @@ translation_of: Web/JavaScript/Reference/Operators/Division
<div>{{EmbedInteractiveExample("pages/js/expressions-division.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html
index 615530a4b4..b01207a853 100644
--- a/files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Exponentiation_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-exponentiation-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html
index c39333f30b..4499d3473c 100644
--- a/files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Left_shift_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-left-shift-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/multiplication/index.html b/files/zh-cn/web/javascript/reference/operators/multiplication/index.html
index a37d1e7a54..8cbb0694ca 100644
--- a/files/zh-cn/web/javascript/reference/operators/multiplication/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/multiplication/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Multiplication
<div>{{EmbedInteractiveExample("pages/js/expressions-multiplication.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html
index 274729034b..be6eee548e 100644
--- a/files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Multiplication_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-multiplication-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/remainder/index.html b/files/zh-cn/web/javascript/reference/operators/remainder/index.html
index 6a21bea368..4ed2c18eab 100644
--- a/files/zh-cn/web/javascript/reference/operators/remainder/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/remainder/index.html
@@ -15,7 +15,7 @@ original_slug: Web/JavaScript/Reference/Operators/取余
<div>{{EmbedInteractiveExample("pages/js/expressions-remainder.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html
index d36fa7cdc3..36b81658d2 100644
--- a/files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Remainder_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-remainder-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html
index 069f47a628..f3698e9737 100644
--- a/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Right_shift_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-right-shift-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/subtraction/index.html b/files/zh-cn/web/javascript/reference/operators/subtraction/index.html
index 7eb1f7814a..ceb4bb8441 100644
--- a/files/zh-cn/web/javascript/reference/operators/subtraction/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/subtraction/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Subtraction
<div>{{EmbedInteractiveExample("pages/js/expressions-subtraction.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html
index 8052f01b9e..0db605f343 100644
--- a/files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Subtraction_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-subtraction-assignment.html")}}</div>
-<div></div>
+
diff --git a/files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html
index 0c2e1fb3c5..86e5a2f41a 100644
--- a/files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Unsigned_right_shift_assignme
<div>{{EmbedInteractiveExample("pages/js/expressions-unsigned-right-shift-assignment.html")}}</div>
-<div></div>
+