diff options
Diffstat (limited to 'files/ru/web/javascript/reference/operators/optional_chaining/index.html')
-rw-r--r-- | files/ru/web/javascript/reference/operators/optional_chaining/index.html | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/files/ru/web/javascript/reference/operators/optional_chaining/index.html b/files/ru/web/javascript/reference/operators/optional_chaining/index.html index 5a27d48ac5..2e62829c1d 100644 --- a/files/ru/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/ru/web/javascript/reference/operators/optional_chaining/index.html @@ -142,22 +142,7 @@ console.log(customerCity); // Unknown city</pre> <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Примечание</th> - </tr> - </thead> - <tbody> - <tr> - <td><a href="https://tc39.es/proposal-optional-chaining/">Proposal for the "optional chaining" operator</a></td> - <td>Stage 4</td> - <td></td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> |