aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-03-23 16:06:05 -0400
committerGitHub <noreply@github.com>2021-03-23 16:06:05 -0400
commit9137f65e5840f2790e56e8ee4ed6fb69c870c76e (patch)
tree490641ec56055f2359513cd07f598f38f73b873c /files/ko/web/javascript
parent2fa845abfe173bc654bcccb2bb8480c8faabc6e9 (diff)
downloadtranslated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.tar.gz
translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.tar.bz2
translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.zip
Remove all mentions of EmbedTest262ReportResultsTable (#301)
* Remove all mentions of EmbedTest262ReportResultsTable Part of #297 * Removing 19 others deprecated EmbedTest KS * Update files/zh-cn/web/javascript/reference/global_objects/bigint/index.html * Removal of a persistent tag Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/ko/web/javascript')
-rw-r--r--files/ko/web/javascript/reference/global_objects/bigint/index.html6
-rw-r--r--files/ko/web/javascript/reference/global_objects/globalthis/index.html5
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html6
-rw-r--r--files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html6
-rw-r--r--files/ko/web/javascript/reference/operators/optional_chaining/index.html10
5 files changed, 0 insertions, 33 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/bigint/index.html b/files/ko/web/javascript/reference/global_objects/bigint/index.html
index dcfc19e799..22ce105c2e 100644
--- a/files/ko/web/javascript/reference/global_objects/bigint/index.html
+++ b/files/ko/web/javascript/reference/global_objects/bigint/index.html
@@ -267,12 +267,6 @@ nthPrime(20n)
<p>{{Compat("javascript.builtins.BigInt")}}</p>
-<h3 id="구현_진척도">구현 진척도</h3>
-
-<p>본 기능은 아직 안정적인 크로스 브라우징에 도달하지 못했으므로, 매일 업데이트되는 아래 표에서 브라우저별 구현 상황을 확인할 수 있습니다. 이 데이터는 각 브라우저 JavaScript 엔진의 나이틀리 빌드 또는 최신 릴리즈판에서, JavaScript 표준 테스트인 <a href="https://github.com/tc39/test262">Test262</a>의 관련 항목을 시험해 생성합니다.</p>
-
-<p>{{EmbedTest262ReportResultsTable("BigInt")}}</p>
-
<h2 id="같이_보기">같이 보기</h2>
<ul>
diff --git a/files/ko/web/javascript/reference/global_objects/globalthis/index.html b/files/ko/web/javascript/reference/global_objects/globalthis/index.html
index df3323a00b..a06d8520dc 100644
--- a/files/ko/web/javascript/reference/global_objects/globalthis/index.html
+++ b/files/ko/web/javascript/reference/global_objects/globalthis/index.html
@@ -76,11 +76,6 @@ if (typeof globals.setTimeout !== 'function') {
<p>{{Compat("javascript.builtins.globalThis")}}</p>
-<h3 id="구현_진척도">구현 진척도</h3>
-
-<p>본 기능은 아직 안정적인 크로스 브라우징에 도달하지 못했으므로, 매일 업데이트되는 아래 표에서 브라우저별 구현 상황을 확인할 수 있습니다. 이 데이터는 각 브라우저 JavaScript 엔진의 나이틀리 빌드 또는 최신 릴리즈판에서, JavaScript 표준 테스트인 <a href="https://github.com/tc39/test262">Test262</a>의 관련 항목을 시험해 생성합니다.</p>
-
-<p>{{EmbedTest262ReportResultsTable("globalThis")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html b/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html
index a063f29c7c..0c5be03c09 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html
@@ -49,12 +49,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/allSettled
<p>{{Compat("javascript.builtins.Promise.allSettled")}}</p>
-<h3 id="구현_진행_상태">구현 진행 상태</h3>
-
-<p>The following table provides a daily implementation status for this feature, because this feature has not yet reached cross-browser stability. The data is generated by running the relevant feature tests in <a href="https://github.com/tc39/test262">Test262</a>, the standard test suite of JavaScript, in the nightly build, or latest release of each browser's JavaScript engine.</p>
-
-<div>{{EmbedTest262ReportResultsTable("Promise.allSettled")}}</div>
-
<h2 id="같이_보기">같이 보기</h2>
<ul>
diff --git a/files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html
index cae74ea29d..2448052336 100644
--- a/files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html
+++ b/files/ko/web/javascript/reference/operators/nullish_coalescing_operator/index.html
@@ -146,12 +146,6 @@ console.log(newObj.propC); // 42
<p>{{Compat("javascript.operators.nullish_coalescing")}}</p>
-<h3 id="구현_진행">구현 진행</h3>
-
-<p>The following table provides a daily implementation status for this feature, because this feature has not yet reached cross-browser stability. The data is generated by running the relevant feature tests in <a href="https://github.com/tc39/test262">Test262</a>, the standard test suite of JavaScript, in the nightly build, or latest release of each browser's JavaScript engine.</p>
-
-<div>{{EmbedTest262ReportResultsTable("coalesce-expression")}}</div>
-
<h2 id="참고">참고</h2>
<ul>
diff --git a/files/ko/web/javascript/reference/operators/optional_chaining/index.html b/files/ko/web/javascript/reference/operators/optional_chaining/index.html
index cdf88c138b..6ee1eec759 100644
--- a/files/ko/web/javascript/reference/operators/optional_chaining/index.html
+++ b/files/ko/web/javascript/reference/operators/optional_chaining/index.html
@@ -167,17 +167,7 @@ console.log(customerCity); // Unknown city</pre>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<div>
-
-
<p>{{Compat("javascript.operators.optional_chaining")}}</p>
-</div>
-
-<h3 id="구현_진행">구현 진행</h3>
-
-<p>The following table provides a daily implementation status for this feature, because this feature has not yet reached cross-browser stability. The data is generated by running the relevant feature tests in <a href="https://github.com/tc39/test262">Test262</a>, the standard test suite of JavaScript, in the nightly build, or latest release of each browser's JavaScript engine.</p>
-
-<div>{{EmbedTest262ReportResultsTable("optional-chaining")}}</div>
<h2 id="참고">참고</h2>