diff options
author | kraccoon-dev <kraccoon0420@gmail.com> | 2022-02-02 17:14:41 +0900 |
---|---|---|
committer | Kyle <mkitigy@gmail.com> | 2022-02-14 22:31:25 +0900 |
commit | b599c98a48dccf59d508c790fb36735d33e08145 (patch) | |
tree | 11d27d8f5f3dfca23932115d831d2ccd1e06ad06 /files/ko/web/javascript/reference/statements/for...in/index.html | |
parent | 4c4bdd7f9c5ba29055337e4bc6dab62c11e9ad20 (diff) | |
download | translated-content-b599c98a48dccf59d508c790fb36735d33e08145.tar.gz translated-content-b599c98a48dccf59d508c790fb36735d33e08145.tar.bz2 translated-content-b599c98a48dccf59d508c790fb36735d33e08145.zip |
remove all id not in heading
Diffstat (limited to 'files/ko/web/javascript/reference/statements/for...in/index.html')
-rw-r--r-- | files/ko/web/javascript/reference/statements/for...in/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/statements/for...in/index.html b/files/ko/web/javascript/reference/statements/for...in/index.html index 5748e2f097..49e23820bc 100644 --- a/files/ko/web/javascript/reference/statements/for...in/index.html +++ b/files/ko/web/javascript/reference/statements/for...in/index.html @@ -40,7 +40,7 @@ translation_of: Web/JavaScript/Reference/Statements/for...in <h3 id="배열의_반복과_for...in">배열의 반복과 for...in</h3> -<div class="note" id="arrayNote"> +<div class="note" > <p><strong>Note: <code>for...in</code>은</strong> 인덱스의 순서가 중요한<strong> </strong>{{jsxref("Array")}}에서 반복을 위해 사용할 수 없습니다.</p> </div> |