diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html b/files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html index 6b45bc4aad..2c91f70141 100644 --- a/files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/zh-cn/web/javascript/reference/operators/optional_chaining/index.html @@ -183,18 +183,8 @@ console.log(customerCity); // “暗之城”</code></pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div> - - <p>{{Compat("javascript.operators.optional_chaining")}}</p> -<h3 id="Implementation_Progress">Implementation Progress</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 the latest release of each browser's JavaScript engine.</p> - -<p>{{EmbedTest262ReportResultsTable("optional-chaining")}}</p> -</div> - <h2 id="参见">参见</h2> <ul> |