diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/operators/optional_chaining/index.html')
-rw-r--r-- | files/pt-br/web/javascript/reference/operators/optional_chaining/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html b/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html index f3ed1042fa..2152ca8ae6 100644 --- a/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html @@ -178,12 +178,6 @@ console.log(customerCity); // Cidade desconhecida</pre> <p>{{Compat("javascript.operators.optional_chaining")}}</p> </div> -<h3 id="Progresso_de_implementação">Progresso de implementação</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="Veja_também">Veja também</h2> <ul> |