diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/array/index.html')
-rw-r--r-- | files/ru/web/javascript/reference/global_objects/array/index.html | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/array/index.html b/files/ru/web/javascript/reference/global_objects/array/index.html index cd60efc95d..52128b2b52 100644 --- a/files/ru/web/javascript/reference/global_objects/array/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/index.html @@ -405,35 +405,7 @@ r,n,b,q,k,b,n,r <h2 id="Specifications">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - <tr> - <td>ECMAScript 1-е издание.</td> - <td>Стандарт</td> - <td>Изначальное определение.</td> - </tr> - <tr> - <td>{{SpecName('ES5.1', '#sec-15.4', 'Array')}}</td> - <td>{{Spec2('ES5.1')}}</td> - <td>Добавлены новые методы: {{jsxref("Array.isArray")}}, {{jsxref("Array.prototype.indexOf", "indexOf")}}, {{jsxref("Array.prototype.lastIndexOf", "lastIndexOf")}}, {{jsxref("Array.prototype.every", "every")}}, {{jsxref("Array.prototype.some", "some")}}, {{jsxref("Array.prototype.forEach", "forEach")}}, {{jsxref("Array.prototype.map", "map")}}, {{jsxref("Array.prototype.filter", "filter")}}, {{jsxref("Array.prototype.reduce", "reduce")}}, {{jsxref("Array.prototype.reduceRight", "reduceRight")}}.</td> - </tr> - <tr> - <td>{{SpecName('ES2015', '#sec-array-objects', 'Array')}}</td> - <td>{{Spec2('ES2015')}}</td> - <td>Добавлены новые методы: {{jsxref("Array.from")}}, {{jsxref("Array.of")}}, {{jsxref("Array.prototype.find", "find")}}, {{jsxref("Array.prototype.findIndex", "findIndex")}}, {{jsxref("Array.prototype.fill", "fill")}}, {{jsxref("Array.prototype.copyWithin", "copyWithin")}}.</td> - </tr> - <tr> - <td>{{SpecName('ES7', '#sec-array-objects', 'Array')}}</td> - <td>{{Spec2('ES7')}}</td> - <td>Добавлен новый метод: {{jsxref("Array.prototype.includes()")}}</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Browser_compatibility">Поддержка браузерами</h2> |