diff options
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> |