diff options
| author | 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> | 2022-02-12 20:27:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-12 20:27:08 +0900 |
| commit | 45dd46e6b17e45bcb3655c53eb921119359336f7 (patch) | |
| tree | 3ee3abbf686e8246443e524cb0b1c621a234e69f /files/ko/web/javascript/reference/global_objects/string/startswith | |
| parent | 2dd772abc32d1621fbeb62ee0bd9941820323dc3 (diff) | |
| download | translated-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/startswith')
| -rw-r--r-- | files/ko/web/javascript/reference/global_objects/string/startswith/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/string/startswith/index.html b/files/ko/web/javascript/reference/global_objects/string/startswith/index.html index 3c76881b48..1a66992285 100644 --- a/files/ko/web/javascript/reference/global_objects/string/startswith/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/startswith/index.html @@ -12,7 +12,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/startsWith --- <div>{{JSRef}}</div> -<p><span ><strong><code>startsWith()</code></strong></span><span > 메소드는 어떤 문자열이 특정 문자로 시작하는지 확인하여 결과를 <code>true</code> 혹은 <code>false</code>로 반환합니다.</span></p> +<p><strong><code>startsWith()</code></strong> 메소드는 어떤 문자열이 특정 문자로 시작하는지 확인하여 결과를 <code>true</code> 혹은 <code>false</code>로 반환합니다.</p> + <h2 id="구문">구문</h2> |
