diff options
Diffstat (limited to 'files/ko/web/javascript/reference/operators/optional_chaining')
-rw-r--r-- | files/ko/web/javascript/reference/operators/optional_chaining/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
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> |