From 9137f65e5840f2790e56e8ee4ed6fb69c870c76e Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 23 Mar 2021 16:06:05 -0400 Subject: Remove all mentions of EmbedTest262ReportResultsTable (#301) * Remove all mentions of EmbedTest262ReportResultsTable Part of #297 * Removing 19 others deprecated EmbedTest KS * Update files/zh-cn/web/javascript/reference/global_objects/bigint/index.html * Removal of a persistent tag Co-authored-by: tristantheb --- .../reference/operators/nullish_coalescing_operator/index.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'files/ru/web/javascript/reference/operators') 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

{{Compat("javascript.operators.nullish_coalescing")}}

-

Прогресс реализации

- -

В следующей таблице приведено ежедневное состояние реализации этой функции, поскольку эта функция ещё не достигла стабильности в разных браузерах. Данные генерируются путём запуска соответствующих тестов функциональности в Test262, стандартном наборе тестов JavaScript, в ночной сборке или в последней версии движка JavaScript каждого браузера.

- -
{{EmbedTest262ReportResultsTable("coalesce-expression")}}
-

Смотрите также