aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/error/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/error/index.html')
-rw-r--r--files/ko/web/javascript/reference/global_objects/error/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/error/index.html b/files/ko/web/javascript/reference/global_objects/error/index.html
index b82f5dbbea..70b5662564 100644
--- a/files/ko/web/javascript/reference/global_objects/error/index.html
+++ b/files/ko/web/javascript/reference/global_objects/error/index.html
@@ -17,7 +17,7 @@ browser-compat: javascript.builtins.Error
아래 표준 내장 오류 유형을 참고하세요.
</p>
-<h2 id="Description" name="Description">설명</h2>
+<h2 id="Description">설명</h2>
<p>런타임 오류는 새로운 <code>Error</code> 객체를 생성하고 던집니다.</p>
@@ -129,7 +129,7 @@ browser-compat: javascript.builtins.Error
</dd>
</dl>
-<h2 id="Examples" name="Examples">예제</h2>
+<h2 id="Examples">예제</h2>
<h3
id="Example:_Throwing_a_generic_error"
@@ -281,7 +281,7 @@ try {
}
</pre>
-<h2 id="Specification" name="Specification">명세</h2>
+<h2 id="Specification">명세</h2>
{{Specifications}}
@@ -289,7 +289,7 @@ try {
<p>{{Compat}}</p>
-<h2 id="See_also" name="See_also">같이 보기</h2>
+<h2 id="See_also">같이 보기</h2>
<ul>
<li>{{jsxref("Error.prototype")}}</li>