aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/statements/switch
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-06 21:23:25 +0900
committerGitHub <noreply@github.com>2022-02-06 21:23:25 +0900
commitac6c8ad8b2f961b5474f47339096b8e59d11cb2e (patch)
tree3c7ad8af1ac1e06ba0c077922f57564dabfaa2d1 /files/ko/web/javascript/reference/statements/switch
parent7669d75d4693a4ee5e500fbe21716fb437adb3d6 (diff)
downloadtranslated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.gz
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.bz2
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.zip
remove all summary class in javascript (#4015)
Diffstat (limited to 'files/ko/web/javascript/reference/statements/switch')
-rw-r--r--files/ko/web/javascript/reference/statements/switch/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/statements/switch/index.html b/files/ko/web/javascript/reference/statements/switch/index.html
index 46b13e380d..6d8bc20245 100644
--- a/files/ko/web/javascript/reference/statements/switch/index.html
+++ b/files/ko/web/javascript/reference/statements/switch/index.html
@@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Statements/switch
---
<div>{{jsSidebar("Statements")}}</div>
-<p><span class="seoSummary">The <strong><code>switch</code> statement</strong> evaluates an <a href="/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators">expression</a>, matching the expression's value to a <code>case</code> clause, and executes <a href="/en-US/docs/Web/JavaScript/Reference/Statements">statements</a> associated with that case, as well as statements in cases that follow the matching case.</span></p>
+<p><span >The <strong><code>switch</code> statement</strong> evaluates an <a href="/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators">expression</a>, matching the expression's value to a <code>case</code> clause, and executes <a href="/en-US/docs/Web/JavaScript/Reference/Statements">statements</a> associated with that case, as well as statements in cases that follow the matching case.</span></p>
<div>{{EmbedInteractiveExample("pages/js/statement-switch.html")}}</div>