aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/operators/right_shift/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/right_shift/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/operators/right_shift/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/right_shift/index.html b/files/zh-cn/web/javascript/reference/operators/right_shift/index.html
index 583da5cafe..b8275e16d7 100644
--- a/files/zh-cn/web/javascript/reference/operators/right_shift/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/right_shift/index.html
@@ -9,8 +9,6 @@ translation_of: Web/JavaScript/Reference/Operators/Right_shift
<div>{{EmbedInteractiveExample("pages/js/expressions-right-shift.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"><code><var>a</var> &gt;&gt; <var>b</var></code>
@@ -69,7 +67,3 @@ translation_of: Web/JavaScript/Reference/Operators/Right_shift
<li><a href="/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators#Bitwise">Bitwise operators in the JS guide</a></li>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Right_shift_assignment">Right shift assignment operator</a></li>
</ul>
-
-<p>
- <audio class="hidden"></audio>
-</p>