diff options
Diffstat (limited to 'files/pl/web/javascript/reference/operators')
-rw-r--r-- | files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html index 8ae6ee56a2..67e33b1473 100644 --- a/files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html +++ b/files/pl/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -236,13 +236,6 @@ console.log(objekty); <p>{{Compat("javascript.operators.nullish_coalescing")}}</p> -<h3 id="Postępy_implementacji">Postępy implementacji</h3> - -<p>Tabelka pod spodem pokazuje codzienny status implementacji tej funkcji. Jest tak, ponieważ nie osiągnięto jeszcze stabilności między przeglądarkami.<br> - Dane są generowane, poprzez przeprowadzanie odpowiednich testów funkcji w <a href="https://github.com/tc39/test262" style="">Test262</a>, standardowym zestawie testów dla JavaScripta, na najnowszych kompilacjach (en: "nightly build"), lub najnowszych wydaniach (en: "latest release") silników JavaScripta przeglądarek.</p> - -<div>{{EmbedTest262ReportResultsTable("coalesce-expression")}}</div> - <h2 id="Zobacz_też...">Zobacz też...</h2> <ul> |