diff options
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html b/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html index 1941356e98..b9f3fe48a4 100644 --- a/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html +++ b/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html @@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale/language --- <div>{{JSRef}}</div> -<div></div> + <p><strong><code>Intl.Locale.prototype.language</code></strong> 속성은 locale과 관련된 언어를 반환하는 접근자 속성입니다.</p> diff --git a/files/ko/web/javascript/reference/global_objects/object/tostring/index.html b/files/ko/web/javascript/reference/global_objects/object/tostring/index.html index 299b269117..9407c0f31b 100644 --- a/files/ko/web/javascript/reference/global_objects/object/tostring/index.html +++ b/files/ko/web/javascript/reference/global_objects/object/tostring/index.html @@ -9,7 +9,7 @@ tags: - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Object/toString --- -<div></div> + <div>{{JSRef}}</div> diff --git a/files/ko/web/javascript/reference/global_objects/string/match/index.html b/files/ko/web/javascript/reference/global_objects/string/match/index.html index 5297d440be..96bee0212b 100644 --- a/files/ko/web/javascript/reference/global_objects/string/match/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/match/index.html @@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/match --- <div>{{JSRef}}</div> -<div></div> + <p><strong><code>match()</code></strong> 메서드는 문자열이 정규식과 매치되는 부분을 검색합니다.</p> |