aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/operators/left_shift/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/left_shift/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/operators/left_shift/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/left_shift/index.html b/files/zh-cn/web/javascript/reference/operators/left_shift/index.html
index 4bae0bcde0..3c4f0b3b6a 100644
--- a/files/zh-cn/web/javascript/reference/operators/left_shift/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/left_shift/index.html
@@ -9,8 +9,6 @@ translation_of: Web/JavaScript/Reference/Operators/Left_shift
<div>{{EmbedInteractiveExample("pages/js/expressions-left-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> &lt;&lt; <var>b</var></code>
@@ -66,7 +64,3 @@ translation_of: Web/JavaScript/Reference/Operators/Left_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/Left_shift_assignment">Left shift assignment operator</a></li>
</ul>
-
-<p>
- <audio class="hidden"></audio>
-</p>