aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript
Commit message (Collapse)AuthorAge
* (ru) Fix typo at Regular expressions guide (#4711)Michael Vlasov2022-03-19
|
* (ru) Fix link at Functions page (#4641)Igor Ivanov2022-03-17
| | | Add a slash at the beginning of URL.
* Removes empty <div> or <p> elements from pages (#3093)Tanner Dolby2022-02-22
| | | | | | | | | | | | | | | | | | | | | | * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng <julien.gattelier@gmail.com> Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
* Перевод Logical_Operators (#4073)Alexey Pyltsyn2022-02-15
| | | * Перевод Logical_Operators
* Improve .map examples: syntax and consistency (#4071)Alexander Pavelko2022-02-10
|
* Перевод Logical_AND_assignment (#4046)Alexey Pyltsyn2022-02-10
| | | | | | | | | * Перевод Logical_AND_assignment * Apply suggestions from code review Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* RU: Remove warning statement (#4053)Vitalii2022-02-08
| | | | | 12th edition of ECMA-262 was released at June 2021, so warning can be deleted. Link on current cpecification with `Promise.any` in it: https://tc39.es/ecma262/#sec-promise.any
* Array.prototype.copyWithin(). Russian translate. (#4038)Dmitriy Korbut2022-02-08
| | | | | | | * Update index.html * Update files/ru/web/javascript/reference/global_objects/array/copywithin/index.html Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* fix(ru): function is not an ECMAScript type (#3924)Kirshanov Dmitrii2022-02-06
| | | | Спецификация ECMAScript не определяет функцию отдельным типом данных: ...The ECMAScript language types are Undefined, Null, Boolean, String, Symbol, Number, BigInt, and Object (https://tc39.es/ecma262/#sec-ecmascript-language-types)
* (ru) Correct the punctuation on "Intl.ListFormat" page (#3956)Eugene2022-02-02
| | | Co-authored-by: Sasha Sushko <sushko@outlook.com>
* Array method 'at()' (#3875)Roma Zvarich2022-01-29
| | | | | | | | | | | | | * Array method 'at()' * Quotes * Title id * Update files/ru/web/javascript/reference/global_objects/array/at/index.md * Update files/ru/web/javascript/reference/global_objects/array/at/index.md Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update index.html (#3679)Anton Grekov2022-01-15
| | | | | | | | Фатальная ошибка в корне мешающая пониманию истинной сути объекта Reflect. В оригинале: Reflect is a built-in object that provides methods for interceptable JavaScript operations; interceptable JavaScript operations - перехватываемые JS операторы, т.е. те которые мы можем перехватить использовав Proxy А так по описанию получается что Refect == Proxy, но это в корне не так. Как раз таки Proxy используется для перехвата операций, а Reflect позволяет работать с этими операциями в определенной форме, но никак не перехватывать
* Update index.html (#3581)Alexandrov Ilya2022-01-09
|
* Translate actual english doc for "case chains" (#3300)Eugene Maslovich2021-12-10
|
* (ru) Fix terms at "String" page (#3291)ViktorKarev2021-12-08
| | | Co-authored-by: Sasha Sushko <sushko@outlook.com>
* fix: remove unexisting link (#3248)Konstantin Kozlyansky2021-12-05
|
* (ru) Add missing space at Promise page (#3129)Drew2021-11-18
| | | Co-authored-by: Andrey Koreykin <andrey.koreykin@buildbuild.io>
* (ru) Fix typo at "Regular Expressions" page (#3100)Konstantin Popov2021-11-15
|
* (ru) Update code examples according to EN version (#2919)Mykyta Ivanchenko2021-10-30
|
* [RU] Update Compat macros (#2911)Alexey Pyltsyn2021-10-29
|
* Использование макроса для вставки ↵Alexey Pyltsyn2021-10-27
| | | | специфицикаций - 2 (#2883)
* [RU] Restore specs (#2880)Alexey Pyltsyn2021-10-27
|
* [RU] Fix another live samples (#2879)Alexey Pyltsyn2021-10-27
|
* [RU] Remove notranslate (#2874)Alexey Pyltsyn2021-10-27
|
* (ru) Translate the rest of Web/JavaScript/Guide/Modules page (#2730)Roman Akhmadullin2021-10-25
| | | Co-authored-by: Sasha Sushko <sushko@outlook.com>
* Использование макроса для вставки ↵Alexey Pyltsyn2021-10-25
| | | | | | | специфицикаций (#2850) * Использование макроса для вставки специфицикаций * Replaces
* [ru] Some typo fixes for classes/constructor page (#2839)Aor1n2021-10-24
|
* (ru) Fix link to Array.unshift (#2823)Sasha Sushko2021-10-22
| | | Closes #2818
* Обновление Array.prototype.filter() (#2773)Alexey Pyltsyn2021-10-21
| | | | | | | | | * Обновление Array.prototype.filter() * Apply suggestions from code review Co-authored-by: Sasha Sushko <sushko@outlook.com> Co-authored-by: Sasha Sushko <sushko@outlook.com>
* [RU] Remove `name` attribute from headings (#2788)Alexey Pyltsyn2021-10-20
|
* [RU] Fix broken link (#2787)Maria Mironova2021-10-20
| | | This allows to open a page about frameworks
* FIx more live examples (#2774)Alexey Pyltsyn2021-10-19
|
* fix typo in javascript/reference/classes page [ru] (#2535)maxiller2021-09-22
| | | исправление опечатки hoisted -> hoisting в разделе «Подъём»
* (ru) Fix binary operator anchor and title (#2517)Alexandr Kim2021-09-20
|
* Unification translation of rest parameters (#2470)Alexey Pyltsyn2021-09-15
| | | | | | | | | * Унификация термина "rest parameters" * Update files/ru/web/javascript/reference/functions/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com>
* RU: Fix spelling mistakes on Web/JavaScript/Guide/Modules page (#2451)Roman Akhmadullin2021-09-14
|
* Updating main page of Function object (#2414)Alexey Pyltsyn2021-09-11
| | | | | | | | | | | | | * Обновление главной объекта Function * Перевод конструктора Function * Apply suggestions from code review Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Fix broken link Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com>
* RU: fix typo on Functions/Default_parameters page (#2396)Viktor2021-09-08
|
* [RU] Fix some typos (#2357)Alexey Pyltsyn2021-09-06
|
* (ru) Fix translation at "String.prototype.match" page (#2282)alex2b2021-09-01
| | | Co-authored-by: Sasha Sushko <sushko@outlook.com>
* Fix incorrect header style (#2183)Andrey2021-08-21
| | | Removed the dark background.
* (ru) Remove unexisted references at "Promise" page (#2027)Sasha Sushko2021-08-11
| | | Fix #1727
* (ru) Fix broken image link at "Eventloop" page (#1981)Anton Bortnikov2021-08-10
|
* remove link 'title' attributes that's just the 'href' (ru, part 5) (#1750)Peter Bengtsson2021-07-28
|
* remove link 'title' attributes that's just the 'href' (ru, part 4) (#1748)Peter Bengtsson2021-07-27
|
* typos fix (#1622)xyxb232021-07-20
|
* Fix some inaccuracies (#1345)Maxim Postautov2021-07-15
| | | | | | | * fix some inaccuracies in ru translation * fix more translations * Update files/ru/learn/css/styling_text/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com>
* clean up mozilla wiki links (#1539)Maxim Postautov2021-07-15
|
* Fix issue #1509 (#1526)Dmitriy Kudryashov2021-07-13
| | | Убрал одно слово "сложное" и один лишний пробел
* fixed typo (#1310)NewPirateOfUASeas2021-06-25
| | | | | * fixed typo * Update index.html