aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/operators/object_initializer/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/operators/object_initializer/index.html')
-rw-r--r--files/ko/web/javascript/reference/operators/object_initializer/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/ko/web/javascript/reference/operators/object_initializer/index.html b/files/ko/web/javascript/reference/operators/object_initializer/index.html
index 825c854848..21669048a6 100644
--- a/files/ko/web/javascript/reference/operators/object_initializer/index.html
+++ b/files/ko/web/javascript/reference/operators/object_initializer/index.html
@@ -42,8 +42,6 @@ var o = {
<h3 id="ECMAScript_2015의_새로운_표기법">ECMAScript 2015의 새로운 표기법</h3>
-<p>이 표기법에 대한 지원은 호환성 표를 참조해 주세요. 비지원 환경에서, 이 표기법은 구문 오류로 이어집니다.</p>
-
<pre class="brush: js notranslate">// 단축 속성명 (ES2015)
let a = "foo", b = 42, c = {}
let o = { a, b, c }
@@ -286,10 +284,6 @@ assert(obj3.__proto__ === 17);
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<div class="hidden">
-<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-</div>
-
<p>{{Compat("javascript.operators.object_initializer")}}</p>
<h2 id="참조">참조</h2>