| Commit message (Collapse) | Author | Age |
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
|
|
| |
* Перевод Logical_Operators
|
|
|
| |
* Glossary: преобразование в MD
|
| |
|
| |
|
|
|
|
|
|
|
| |
* RU: Storage.key add null return case and specs
* Update and rename index.html to index.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Перевод 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>
|
| |
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
| |
* Delete seo links from ajax docs
* Fix heading in files/ru/web/guide/ajax/index.html
|
|
|
| |
Fixes #3976
|
|
|
| |
Fixes #3981
|
| |
|
| |
|
|
|
|
| |
Спецификация ECMAScript не определяет функцию отдельным типом данных:
...The ECMAScript language types are Undefined, Null, Boolean, String, Symbol, Number, BigInt, and Object (https://tc39.es/ecma262/#sec-ecmascript-language-types)
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fragment (#3810)
* Update index.html
Исправлена ошибка перевода. (The translation error has been fixed.)
* Update index.html: primer
Слово «primer» переводится на русский как «учебник» (или «букварь»), а не как «пример». (Translation error fixed.)
* Update files/ru/learn/server-side/express_nodejs/mongoose/index.html
* Update index.html
Выполнен перевод на русский язык непереведенного с английского фрагмента. (The translation into Russian of the untranslated fragment from English has been performed.)
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update index.html
Исправлена ошибка перевода. (The translation error has been fixed.)
* Update index.html: primer
Слово «primer» переводится на русский как «учебник» (или «букварь»), а не как «пример». (Translation error fixed.)
* Update files/ru/learn/server-side/express_nodejs/mongoose/index.html
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
|
|
|
|
|
|
|
| |
* Translate angular_building page
* Update index.md
* Update index.md
|
|
|
|
|
| |
* Translate angular_filtering page
* Update index.md
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Фатальная ошибка в корне мешающая пониманию истинной сути объекта 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
<kbd> используется отображения ввода
* Revert yaml meta separator
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Translate angular_item page
Part of #2195.
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Paraphrased a few lines
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/learn/tools_and_testing/client-side_javascript_frameworks/angular_item_component/index.md
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Translate code comments
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
|
| |
|
| |
|
|
|
| |
Grammar: -ться, а не -тся
|
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
| |
|
|
|
| |
Co-authored-by: Sasha Sushko <sushko@outlook.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix flex_terms.png image source
* Fix remaining external image links
* Remove style for flex_terms.png
Matches image placement/style with en-US
* Revert first ja image source
Reverts to original/correct image source for mistakenly changed flexbox-example1.png in Japanese file
|
| |
|
| |
|
| |
|