aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/operators/division_assignment
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/division_assignment')
-rw-r--r--files/zh-cn/web/javascript/reference/operators/division_assignment/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/division_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/division_assignment/index.html
index a9d3508d00..167f41d33f 100644
--- a/files/zh-cn/web/javascript/reference/operators/division_assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/division_assignment/index.html
@@ -9,8 +9,6 @@ translation_of: Web/JavaScript/Reference/Operators/Division_assignment
<div>{{EmbedInteractiveExample("pages/js/expressions-division-assignment.html")}}</div>
-<div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</div>
-
<h2 id="语法">语法</h2>
<pre class="syntaxbox"><strong>Operator:</strong> x /= y
@@ -52,7 +50,3 @@ bar /= 0 // Infinity</pre>
<li><a href="/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators#Assignment">Assignment operators in the JS guide</a></li>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Division">Division operator</a></li>
</ul>
-
-<p>
- <audio class="hidden"></audio>
-</p>