diff options
Diffstat (limited to 'files/zh-tw/web')
-rw-r--r-- | files/zh-tw/web/javascript/reference/operators/optional_chaining/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/files/zh-tw/web/javascript/reference/operators/optional_chaining/index.html b/files/zh-tw/web/javascript/reference/operators/optional_chaining/index.html index a0b8edeae6..945ec32efc 100644 --- a/files/zh-tw/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/zh-tw/web/javascript/reference/operators/optional_chaining/index.html @@ -175,17 +175,7 @@ console.log(customerCity); // Unknown city</pre> <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<div> - - <p>{{Compat("javascript.operators.optional_chaining")}}</p> -</div> - -<h3 id="實施進程">實施進程</h3> - -<p>因為本功能尚未達到跨瀏覽器性穩定,以下表格提供本功能的每天實驗狀態。資料是透過在各瀏覽器 nightly build 或最新版本 JavaScript 引擎中,進行<a href="https://github.com/tc39/test262">Test262</a> (一個 JavaScript 的標準測試包) 中相關測試而生成的。</p> - -<div>{{EmbedTest262ReportResultsTable("optional-chaining")}}</div> <h2 id="參見">參見</h2> |