aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/string/index.html
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/global_objects/string/index.html
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/global_objects/string/index.html')
-rw-r--r--files/ko/web/javascript/reference/global_objects/string/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/string/index.html b/files/ko/web/javascript/reference/global_objects/string/index.html
index 2f677292dc..a92c56d494 100644
--- a/files/ko/web/javascript/reference/global_objects/string/index.html
+++ b/files/ko/web/javascript/reference/global_objects/string/index.html
@@ -36,7 +36,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String
<p>ECMAScript 2015 이후, 문자열 리터럴은 소위 <a href="/ko/docs/Web/JavaScript/Reference/Template_literals">템플릿 리터럴</a>이 될 수 있습니다.</p>
-<pre class="language-html"><code class="language-html">`hello world` `hello! world!` `hello ${who}` tag `<span class="tag token"><span class="tag token"><span class="punctuation token">&lt;</span>a</span><span class="punctuation token">&gt;</span></span>${who}<span class="tag token"><span class="tag token"><span class="punctuation token">&lt;/</span>a</span><span class="punctuation token">&gt;</span></span>`</code></pre>
+<pre class="language-html"><code class="language-html">`hello world` `hello! world!` `hello ${who}` tag `&lt;a&gt;${who}&lt;/a&gt;`</code></pre>
<h3 id="이스케이프_표현">이스케이프 표현</h3>