diff options
author | alattalatta <urty5656@gmail.com> | 2021-07-26 22:51:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 22:51:29 +0900 |
commit | 91bca910871ea185e7970937a9739dbbf3d223a9 (patch) | |
tree | fa4ca739b9600da9c3135a70a834ebd3cd9d94fa /files/ko/web/javascript/reference/global_objects/string | |
parent | 170ee25aa30bde456c637f08f0315763e21193cd (diff) | |
download | translated-content-91bca910871ea185e7970937a9739dbbf3d223a9.tar.gz translated-content-91bca910871ea185e7970937a9739dbbf3d223a9.tar.bz2 translated-content-91bca910871ea185e7970937a9739dbbf3d223a9.zip |
Remove hidden/noinclude from JS docs (#1583)
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/string')
-rw-r--r-- | files/ko/web/javascript/reference/global_objects/string/startswith/index.html | 2 |
1 files changed, 1 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 19fce8ea97..165c6d3052 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 @@ -31,7 +31,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/startsWith <p>문자열이 검색 문자열로 시작하면 <code>true</code>, 아니면 <code>false</code>.</p> -<h2 id="설명"><span class="hidden"> </span><span class="hidden"> </span>설명</h2> +<h2 id="설명">설명</h2> <p><code>startsWith</code> 메소드로 어떤 문자열이 다른 문자열로 시작하는지 확인 할 수 있습니다. 대소문자를 구분합니다.</p> |