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-12 20:27:08 +0900
committerGitHub <noreply@github.com>2022-02-12 20:27:08 +0900
commit45dd46e6b17e45bcb3655c53eb921119359336f7 (patch)
tree3ee3abbf686e8246443e524cb0b1c621a234e69f /files/ko/web/javascript/reference/statements/switch
parent2dd772abc32d1621fbeb62ee0bd9941820323dc3 (diff)
downloadtranslated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.tar.gz
translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.tar.bz2
translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.zip
remove all span tags 2 (#3921)
Diffstat (limited to 'files/ko/web/javascript/reference/statements/switch')
-rw-r--r--files/ko/web/javascript/reference/statements/switch/index.html3
1 files changed, 2 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 6d8bc20245..271878e74e 100644
--- a/files/ko/web/javascript/reference/statements/switch/index.html
+++ b/files/ko/web/javascript/reference/statements/switch/index.html
@@ -5,7 +5,8 @@ translation_of: Web/JavaScript/Reference/Statements/switch
---
<div>{{jsSidebar("Statements")}}</div>
-<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>
+<p>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.</p>
+
<div>{{EmbedInteractiveExample("pages/js/statement-switch.html")}}</div>