aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/statements/switch/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/statements/switch/index.html')
-rw-r--r--files/zh-tw/web/javascript/reference/statements/switch/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/reference/statements/switch/index.html b/files/zh-tw/web/javascript/reference/statements/switch/index.html
index 98aef7edf2..81a0940863 100644
--- a/files/zh-tw/web/javascript/reference/statements/switch/index.html
+++ b/files/zh-tw/web/javascript/reference/statements/switch/index.html
@@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Statements/switch
<div><strong><code>switch</code> 語句</strong> 會比對一個 <a href="/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators">表達式</a> 裡頭的值是否符合 <code>case</code> 條件,然後執行跟這個條件相關的 <a href="/en-US/docs/Web/JavaScript/Reference/Statements">陳述式</a>, 以及此一符合條件以外,剩下其他條件裡的陳述式。</div>
-<div></div>
+
<p>{{EmbedInteractiveExample("pages/js/statement-switch.html")}}      </p>