aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/operators
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/javascript/reference/operators')
-rw-r--r--files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html
index a8482f38c8..27abeb4b86 100644
--- a/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html
+++ b/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html
@@ -129,12 +129,6 @@ console.log(foo.someBarProp?.toUpperCase()); // undefined
<p>{{Compat("javascript.operators.nullish_coalescing")}}</p>
-<h3 id="Прогресс_реализации">Прогресс реализации</h3>
-
-<p>В следующей таблице приведено ежедневное состояние реализации этой функции, поскольку эта функция ещё не достигла стабильности в разных браузерах. Данные генерируются путём запуска соответствующих тестов функциональности в <a href="https://github.com/tc39/test262">Test262</a>, стандартном наборе тестов JavaScript, в ночной сборке или в последней версии движка JavaScript каждого браузера.</p>
-
-<div>{{EmbedTest262ReportResultsTable("coalesce-expression")}}</div>
-
<h2 id="Смотрите_также">Смотрите также</h2>
<ul>