Sync with upstream @ 29216730
This PR was automatically generated to merge changes from en.javascript.info at 29216730
Conflicted files in this PR have labels ">>>..." with both sides of conflict. If you merge this PR, you'll need to examine the listed files and resolve conflicts.
Alternatively, you can close this PR and merge conflicting changes manually.
The following files have conflicts and may need updates of the translations:
Click to open a list of 385 files
- [ ] 1-js/01-getting-started/1-intro/article.md
- [ ] 1-js/01-getting-started/2-manuals-specifications/article.md
- [ ] 1-js/01-getting-started/3-code-editors/article.md
- [ ] 1-js/01-getting-started/4-devtools/article.md
- [ ] 1-js/02-first-steps/01-hello-world/article.md
- [ ] 1-js/02-first-steps/02-structure/article.md
- [ ] 1-js/02-first-steps/03-strict-mode/article.md
- [ ] 1-js/02-first-steps/04-variables/2-declare-variables/solution.md
- [ ] 1-js/02-first-steps/04-variables/article.md
- [ ] 1-js/02-first-steps/05-types/article.md
- [ ] 1-js/02-first-steps/06-alert-prompt-confirm/1-simple-page/task.md
- [ ] 1-js/02-first-steps/06-alert-prompt-confirm/article.md
- [ ] 1-js/02-first-steps/07-type-conversions/article.md
- [ ] 1-js/02-first-steps/08-operators/1-increment-order/solution.md
- [ ] 1-js/02-first-steps/08-operators/1-increment-order/task.md
- [ ] 1-js/02-first-steps/08-operators/2-assignment-result/solution.md
- [ ] 1-js/02-first-steps/08-operators/2-assignment-result/task.md
- [ ] 1-js/02-first-steps/08-operators/3-primitive-conversions-questions/solution.md
- [ ] 1-js/02-first-steps/08-operators/3-primitive-conversions-questions/task.md
- [ ] 1-js/02-first-steps/08-operators/4-fix-prompt/solution.md
- [ ] 1-js/02-first-steps/08-operators/4-fix-prompt/task.md
- [ ] 1-js/02-first-steps/08-operators/article.md
- [ ] 1-js/02-first-steps/09-comparison/1-comparison-questions/solution.md
- [ ] 1-js/02-first-steps/09-comparison/1-comparison-questions/task.md
- [ ] 1-js/02-first-steps/09-comparison/article.md
- [ ] 1-js/02-first-steps/10-ifelse/2-check-standard/ifelse_task2.svg
- [ ] 1-js/02-first-steps/10-ifelse/2-check-standard/task.md
- [ ] 1-js/02-first-steps/10-ifelse/article.md
- [ ] 1-js/02-first-steps/11-logical-operators/2-alert-or/solution.md
- [ ] 1-js/02-first-steps/11-logical-operators/6-check-if-in-range/task.md
- [ ] 1-js/02-first-steps/11-logical-operators/7-check-if-out-range/task.md
- [ ] 1-js/02-first-steps/11-logical-operators/9-check-login/ifelse_task.svg
- [ ] 1-js/02-first-steps/11-logical-operators/9-check-login/solution.md
- [ ] 1-js/02-first-steps/11-logical-operators/article.md
- [ ] 1-js/02-first-steps/12-nullish-coalescing-operator/article.md
- [ ] 1-js/02-first-steps/13-while-for/1-loop-last-value/solution.md
- [ ] 1-js/02-first-steps/13-while-for/1-loop-last-value/task.md
- [ ] 1-js/02-first-steps/13-while-for/2-which-value-while/solution.md
- [ ] 1-js/02-first-steps/13-while-for/2-which-value-while/task.md
- [ ] 1-js/02-first-steps/13-while-for/3-which-value-for/solution.md
- [ ] 1-js/02-first-steps/13-while-for/3-which-value-for/task.md
- [ ] 1-js/02-first-steps/13-while-for/4-for-even/solution.md
- [ ] 1-js/02-first-steps/13-while-for/4-for-even/task.md
- [ ] 1-js/02-first-steps/13-while-for/5-replace-for-while/task.md
- [ ] 1-js/02-first-steps/13-while-for/6-repeat-until-correct/solution.md
- [ ] 1-js/02-first-steps/13-while-for/6-repeat-until-correct/task.md
- [ ] 1-js/02-first-steps/13-while-for/7-list-primes/solution.md
- [ ] 1-js/02-first-steps/13-while-for/7-list-primes/task.md
- [ ] 1-js/02-first-steps/13-while-for/article.md
- [ ] 1-js/02-first-steps/14-switch/1-rewrite-switch-if-else/solution.md
- [ ] 1-js/02-first-steps/14-switch/2-rewrite-if-switch/solution.md
- [ ] 1-js/02-first-steps/14-switch/2-rewrite-if-switch/task.md
- [ ] 1-js/02-first-steps/14-switch/article.md
- [ ] 1-js/02-first-steps/15-function-basics/1-if-else-required/solution.md
- [ ] 1-js/02-first-steps/15-function-basics/1-if-else-required/task.md
- [ ] 1-js/02-first-steps/15-function-basics/2-rewrite-function-question-or/solution.md
- [ ] 1-js/02-first-steps/15-function-basics/2-rewrite-function-question-or/task.md
- [ ] 1-js/02-first-steps/15-function-basics/3-min/solution.md
- [ ] 1-js/02-first-steps/15-function-basics/3-min/task.md
- [ ] 1-js/02-first-steps/15-function-basics/4-pow/task.md
- [ ] 1-js/02-first-steps/15-function-basics/article.md
- [ ] 1-js/02-first-steps/16-function-expressions/article.md
- [ ] 1-js/02-first-steps/17-arrow-functions-basics/1-rewrite-arrow/solution.md
- [ ] 1-js/02-first-steps/17-arrow-functions-basics/1-rewrite-arrow/task.md
- [ ] 1-js/02-first-steps/17-arrow-functions-basics/article.md
- [ ] 1-js/02-first-steps/18-javascript-specials/article.md
- [ ] 1-js/03-code-quality/01-debugging-chrome/article.md
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-open-sources.svg
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-sources-breakpoint.svg
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-sources-debugger-pause.svg
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-sources-debugger-trace-1.svg
- [ ] 1-js/03-code-quality/02-coding-style/1-style-errors/solution.md
- [ ] 1-js/03-code-quality/02-coding-style/article.md
- [ ] 1-js/03-code-quality/02-coding-style/code-style.svg
- [ ] 1-js/03-code-quality/03-comments/article.md
- [ ] 1-js/03-code-quality/04-ninja-code/article.md
- [ ] 1-js/03-code-quality/05-testing-mocha/article.md
- [ ] 1-js/03-code-quality/05-testing-mocha/beforeafter.view/test.js
- [ ] 1-js/03-code-quality/05-testing-mocha/pow-2.view/test.js
- [ ] 1-js/03-code-quality/06-polyfills/article.md
- [ ] 1-js/04-object-basics/01-object/4-const-object/solution.md
- [ ] 1-js/04-object-basics/01-object/4-const-object/task.md
- [ ] 1-js/04-object-basics/01-object/8-multiply-numeric/task.md
- [ ] 1-js/04-object-basics/01-object/article.md
- [ ] 1-js/04-object-basics/01-object/object-user-empty.svg
- [ ] 1-js/04-object-basics/02-object-copy/article.md
- [ ] 1-js/04-object-basics/02-object-copy/variable-copy-value.svg
- [ ] 1-js/04-object-basics/03-garbage-collection/article.md
- [ ] 1-js/04-object-basics/03-garbage-collection/garbage-collection-5.svg
- [ ] 1-js/04-object-basics/04-object-methods/4-object-property-this/solution.md
- [ ] 1-js/04-object-basics/04-object-methods/article.md
- [ ] 1-js/04-object-basics/06-constructor-new/1-two-functions-one-object/task.md
- [ ] 1-js/04-object-basics/06-constructor-new/article.md
- [ ] 1-js/04-object-basics/07-optional-chaining/article.md
- [ ] 1-js/04-object-basics/08-symbol/article.md
- [ ] 1-js/04-object-basics/09-object-toprimitive/article.md
- [ ] 1-js/05-data-types/01-primitives-methods/article.md
- [ ] 1-js/05-data-types/02-number/article.md
- [ ] 1-js/05-data-types/03-string/3-truncate/solution.md
- [ ] 1-js/05-data-types/03-string/article.md
- [ ] 1-js/05-data-types/04-array/10-maximal-subarray/solution.md
- [ ] 1-js/05-data-types/04-array/10-maximal-subarray/task.md
- [ ] 1-js/05-data-types/04-array/array-pop.svg
- [ ] 1-js/05-data-types/04-array/array-shift.svg
- [ ] 1-js/05-data-types/04-array/article.md
- [ ] 1-js/05-data-types/05-array-methods/2-filter-range/task.md
- [ ] 1-js/05-data-types/05-array-methods/4-sort-back/task.md
- [ ] 1-js/05-data-types/05-array-methods/6-calculator-extendable/solution.md
- [ ] 1-js/05-data-types/05-array-methods/7-map-objects/solution.md
- [ ] 1-js/05-data-types/05-array-methods/article.md
- [ ] 1-js/05-data-types/06-iterable/article.md
- [ ] 1-js/05-data-types/07-map-set/03-iterable-keys/task.md
- [ ] 1-js/05-data-types/07-map-set/article.md
- [ ] 1-js/05-data-types/08-weakmap-weakset/01-recipients-read/solution.md
- [ ] 1-js/05-data-types/08-weakmap-weakset/01-recipients-read/task.md
- [ ] 1-js/05-data-types/08-weakmap-weakset/article.md
- [ ] 1-js/05-data-types/09-keys-values-entries/article.md
- [ ] 1-js/05-data-types/10-destructuring-assignment/article.md
- [ ] 1-js/05-data-types/11-date/6-get-seconds-today/task.md
- [ ] 1-js/05-data-types/11-date/8-format-date-relative/solution.md
- [ ] 1-js/05-data-types/11-date/8-format-date-relative/task.md
- [ ] 1-js/05-data-types/11-date/article.md
- [ ] 1-js/05-data-types/12-json/article.md
- [ ] 1-js/06-advanced-functions/01-recursion/02-factorial/solution.md
- [ ] 1-js/06-advanced-functions/01-recursion/05-output-single-linked-list-reverse/solution.md
- [ ] 1-js/06-advanced-functions/01-recursion/article.md
- [ ] 1-js/06-advanced-functions/01-recursion/recursion-pow.svg
- [ ] 1-js/06-advanced-functions/02-rest-parameters-spread/article.md
- [ ] 1-js/06-advanced-functions/03-closure/8-make-army/lexenv-makearmy.svg
- [ ] 1-js/06-advanced-functions/03-closure/8-make-army/solution.md
- [ ] 1-js/06-advanced-functions/03-closure/8-make-army/task.md
- [ ] 1-js/06-advanced-functions/03-closure/article.md
- [ ] 1-js/06-advanced-functions/03-closure/lexenv-nested-makecounter-2.svg
- [ ] 1-js/06-advanced-functions/03-closure/lexenv-nested-makecounter-6.svg
- [ ] 1-js/06-advanced-functions/03-closure/lexenv-nested-work.svg
- [ ] 1-js/06-advanced-functions/03-closure/lexical-environment-global-2.svg
- [ ] 1-js/06-advanced-functions/03-closure/lexical-environment-global-3.svg
- [ ] 1-js/06-advanced-functions/03-closure/lexical-environment-global.svg
- [ ] 1-js/06-advanced-functions/03-closure/lexical-environment-simple.svg
- [ ] 1-js/06-advanced-functions/04-var/article.md
- [ ] 1-js/06-advanced-functions/05-global-object/article.md
- [ ] 1-js/06-advanced-functions/06-function-object/5-sum-many-brackets/solution.md
- [ ] 1-js/06-advanced-functions/06-function-object/article.md
- [ ] 1-js/06-advanced-functions/07-new-function/article.md
- [ ] 1-js/06-advanced-functions/08-settimeout-setinterval/article.md
- [ ] 1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/_js.view/test.js
- [ ] 1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/solution.md
- [ ] 1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/task.md
- [ ] 1-js/06-advanced-functions/09-call-apply-decorators/04-throttle/_js.view/test.js
- [ ] 1-js/06-advanced-functions/09-call-apply-decorators/04-throttle/solution.md
- [ ] 1-js/06-advanced-functions/09-call-apply-decorators/04-throttle/task.md
- [ ] 1-js/06-advanced-functions/09-call-apply-decorators/article.md
- [ ] 1-js/06-advanced-functions/09-call-apply-decorators/decorator-makecaching-wrapper.svg
- [ ] 1-js/06-advanced-functions/10-bind/6-ask-partial/task.md
- [ ] 1-js/06-advanced-functions/10-bind/article.md
- [ ] 1-js/06-advanced-functions/12-arrow-functions/article.md
- [ ] 1-js/07-object-properties/01-property-descriptors/article.md
- [ ] 1-js/07-object-properties/02-property-accessors/article.md
- [ ] 1-js/08-prototypes/01-prototype-inheritance/2-search-algorithm/task.md
- [ ] 1-js/08-prototypes/01-prototype-inheritance/3-proto-and-this/task.md
- [ ] 1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto/task.md
- [ ] 1-js/08-prototypes/01-prototype-inheritance/article.md
- [ ] 1-js/08-prototypes/01-prototype-inheritance/object-prototype-empty.svg
- [ ] 1-js/08-prototypes/01-prototype-inheritance/proto-animal-rabbit-walk-3.svg
- [ ] 1-js/08-prototypes/02-function-prototype/1-changing-prototype/task.md
- [ ] 1-js/08-prototypes/02-function-prototype/4-new-object-same-constructor/solution.md
- [ ] 1-js/08-prototypes/02-function-prototype/article.md
- [ ] 1-js/08-prototypes/02-function-prototype/function-prototype-constructor.svg
- [ ] 1-js/08-prototypes/02-function-prototype/rabbit-prototype-constructor.svg
- [ ] 1-js/08-prototypes/03-native-prototypes/article.md
- [ ] 1-js/08-prototypes/03-native-prototypes/function-prototype-constructor.svg
- [ ] 1-js/08-prototypes/03-native-prototypes/rabbit-prototype-constructor.svg
- [ ] 1-js/08-prototypes/04-prototype-methods/article.md
- [ ] 1-js/09-classes/01-class/1-rewrite-to-class/task.md
- [ ] 1-js/09-classes/01-class/article.md
- [ ] 1-js/09-classes/02-class-inheritance/3-class-extend-object/rabbit-extends-object.svg
- [ ] 1-js/09-classes/02-class-inheritance/animal-rabbit-extends.svg
- [ ] 1-js/09-classes/02-class-inheritance/article.md
- [ ] 1-js/09-classes/02-class-inheritance/class-inheritance-rabbit-animal-2.svg
- [ ] 1-js/09-classes/02-class-inheritance/class-inheritance-rabbit-animal.svg
- [ ] 1-js/09-classes/02-class-inheritance/rabbit-animal-independent-animal.svg
- [ ] 1-js/09-classes/02-class-inheritance/rabbit-animal-independent-rabbit.svg
- [ ] 1-js/09-classes/03-static-properties-methods/1-class-extend-object/rabbit-extends-object.svg
- [ ] 1-js/09-classes/03-static-properties-methods/3-class-extend-object/rabbit-extends-object.svg
- [ ] 1-js/09-classes/03-static-properties-methods/3-class-extend-object/solution.md
- [ ] 1-js/09-classes/03-static-properties-methods/3-class-extend-object/task.md
- [ ] 1-js/09-classes/03-static-properties-methods/animal-rabbit-static.svg
- [ ] 1-js/09-classes/03-static-properties-methods/article.md
- [ ] 1-js/09-classes/04-private-protected-properties-methods/article.md
- [ ] 1-js/09-classes/05-extend-natives/article.md
- [ ] 1-js/09-classes/06-instanceof/1-strange-instanceof/task.md
- [ ] 1-js/09-classes/06-instanceof/article.md
- [ ] 1-js/09-classes/07-mixins/article.md
- [ ] 1-js/10-error-handling/1-try-catch/1-finally-or-code-after/solution.md
- [ ] 1-js/10-error-handling/1-try-catch/1-finally-or-code-after/task.md
- [ ] 1-js/10-error-handling/1-try-catch/article.md
- [ ] 1-js/10-error-handling/1-try-catch/try-catch-flow.svg
- [ ] 1-js/10-error-handling/2-custom-errors/article.md
- [ ] 1-js/11-async/01-callbacks/article.md
- [ ] 1-js/11-async/02-promise-basics/article.md
- [ ] 1-js/11-async/03-promise-chaining/01-then-vs-catch/solution.md
- [ ] 1-js/11-async/03-promise-chaining/article.md
- [ ] 1-js/11-async/03-promise-chaining/promise-handler-variants.svg
- [ ] 1-js/11-async/04-promise-error-handling/article.md
- [ ] 1-js/11-async/05-promise-api/article.md
- [ ] 1-js/11-async/06-promisify/article.md
- [ ] 1-js/11-async/07-microtask-queue/article.md
- [ ] 1-js/11-async/07-microtask-queue/promiseQueue.svg
- [ ] 1-js/11-async/08-async-await/01-rewrite-async/task.md
- [ ] 1-js/11-async/08-async-await/02-rewrite-async-2/solution.md
- [ ] 1-js/11-async/08-async-await/02-rewrite-async-2/task.md
- [ ] 1-js/11-async/08-async-await/03-async-from-regular/task.md
- [ ] 1-js/11-async/08-async-await/article.md
- [ ] 1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md
- [ ] 1-js/12-generators-iterators/1-generators/article.md
- [ ] 1-js/12-generators-iterators/1-generators/genYield2-2.svg
- [ ] 1-js/12-generators-iterators/1-generators/genYield2.svg
- [ ] 1-js/12-generators-iterators/2-async-iterators-generators/article.md
- [ ] 1-js/13-modules/01-modules-intro/article.md
- [ ] 1-js/13-modules/02-import-export/article.md
- [ ] 1-js/13-modules/03-modules-dynamic-imports/article.md
- [ ] 1-js/99-js-misc/01-proxy/01-error-nonexisting/solution.md
- [ ] 1-js/99-js-misc/01-proxy/01-error-nonexisting/task.md
- [ ] 1-js/99-js-misc/01-proxy/article.md
- [ ] 1-js/99-js-misc/01-proxy/proxy-inherit-admin.svg
- [ ] 1-js/99-js-misc/01-proxy/proxy-inherit.svg
- [ ] 1-js/99-js-misc/03-currying-partials/article.md
- [ ] 1-js/99-js-misc/04-reference-type/2-check-syntax/solution.md
- [ ] 1-js/99-js-misc/04-reference-type/3-why-this/solution.md
- [ ] 1-js/99-js-misc/04-reference-type/3-why-this/task.md
- [ ] 1-js/99-js-misc/05-bigint/article.md
- [ ] 2-ui/1-document/01-browser-environment/article.md
- [ ] 2-ui/1-document/02-dom-nodes/article.md
- [ ] 2-ui/1-document/02-dom-nodes/domconsole0.png
- [ ] 2-ui/1-document/02-dom-nodes/[email protected]
- [ ] 2-ui/1-document/02-dom-nodes/domconsole1.png
- [ ] 2-ui/1-document/02-dom-nodes/[email protected]
- [ ] 2-ui/1-document/02-dom-nodes/elk.html
- [ ] 2-ui/1-document/02-dom-nodes/elks.png
- [ ] 2-ui/1-document/02-dom-nodes/[email protected]
- [ ] 2-ui/1-document/02-dom-nodes/inspect.png
- [ ] 2-ui/1-document/02-dom-nodes/[email protected]
- [ ] 2-ui/1-document/03-dom-navigation/article.md
- [ ] 2-ui/1-document/04-searching-elements-dom/article.md
- [ ] 2-ui/1-document/05-basic-dom-node-properties/article.md
- [ ] 2-ui/1-document/06-dom-attributes-and-properties/article.md
- [ ] 2-ui/1-document/07-modifying-document/1-createtextnode-vs-innerhtml/task.md
- [ ] 2-ui/1-document/07-modifying-document/10-clock-setinterval/solution.md
- [ ] 2-ui/1-document/07-modifying-document/10-clock-setinterval/solution.view/index.html
- [ ] 2-ui/1-document/07-modifying-document/12-sort-table/solution.md
- [ ] 2-ui/1-document/07-modifying-document/12-sort-table/solution.view/index.html
- [ ] 2-ui/1-document/07-modifying-document/12-sort-table/source.view/index.html
- [ ] 2-ui/1-document/07-modifying-document/12-sort-table/task.md
- [ ] 2-ui/1-document/07-modifying-document/5-why-aaa/solution.md
- [ ] 2-ui/1-document/07-modifying-document/5-why-aaa/task.md
- [ ] 2-ui/1-document/07-modifying-document/6-create-list/task.md
- [ ] 2-ui/1-document/07-modifying-document/9-calendar-table/solution.md
- [ ] 2-ui/1-document/07-modifying-document/article.md
- [ ] 2-ui/1-document/08-styles-and-classes/article.md
- [ ] 2-ui/1-document/09-size-and-scroll/1-get-scroll-height-bottom/task.md
- [ ] 2-ui/1-document/09-size-and-scroll/4-put-ball-in-center/solution.md
- [ ] 2-ui/1-document/09-size-and-scroll/4-put-ball-in-center/solution.view/index.html
- [ ] 2-ui/1-document/09-size-and-scroll/4-put-ball-in-center/task.md
- [ ] 2-ui/1-document/09-size-and-scroll/article.md
- [ ] 2-ui/1-document/10-size-and-scroll-window/article.md
- [ ] 2-ui/1-document/11-coordinates/1-find-point-coordinates/solution.md
- [ ] 2-ui/1-document/11-coordinates/article.md
- [ ] 2-ui/2-events/01-introduction-browser-events/04-move-ball-field/solution.md
- [ ] 2-ui/2-events/01-introduction-browser-events/07-carousel/solution.md
- [ ] 2-ui/2-events/01-introduction-browser-events/07-carousel/solution.view/index.html
- [ ] 2-ui/2-events/01-introduction-browser-events/article.md
- [ ] 2-ui/2-events/02-bubbling-and-capturing/article.md
- [ ] 2-ui/2-events/02-bubbling-and-capturing/event-order-bubbling.svg
- [ ] 2-ui/2-events/03-event-delegation/4-behavior-tooltip/task.md
- [ ] 2-ui/2-events/03-event-delegation/article.md
- [ ] 2-ui/2-events/04-default-browser-action/1-why-return-false-fails/task.md
- [ ] 2-ui/2-events/04-default-browser-action/2-catch-link-navigation/solution.view/index.html
- [ ] 2-ui/2-events/04-default-browser-action/2-catch-link-navigation/source.view/index.html
- [ ] 2-ui/2-events/04-default-browser-action/2-catch-link-navigation/task.md
- [ ] 2-ui/2-events/04-default-browser-action/3-image-gallery/source.view/gallery.css
- [ ] 2-ui/2-events/04-default-browser-action/article.md
- [ ] 2-ui/2-events/05-dispatch-events/article.md
- [ ] 2-ui/3-event-details/1-mouse-events-basics/article.md
- [ ] 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/solution.md
- [ ] 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/solution.view/index.html
- [ ] 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/source.view/hoverIntent.js
- [ ] 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/source.view/index.html
- [ ] 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/article.md
- [ ] 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/mouseenter-mouseleave-delegation-2.view/script.js
- [ ] 2-ui/3-event-details/4-mouse-drag-and-drop/article.md
- [ ] 2-ui/3-event-details/5-keyboard-events/german-layout.svg
- [ ] 2-ui/3-event-details/6-pointer-events/article.md
- [ ] 2-ui/3-event-details/6-pointer-events/slider.view/index.html
- [ ] 2-ui/3-event-details/6-pointer-events/slider.view/style.css
- [ ] 2-ui/3-event-details/7-keyboard-events/article.md
- [ ] 2-ui/3-event-details/7-keyboard-events/keyboard-dump.view/index.html
- [ ] 2-ui/3-event-details/8-onscroll/1-endless-page/solution.md
- [ ] 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view/index.html
- [ ] 2-ui/3-event-details/8-onscroll/article.md
- [ ] 2-ui/4-forms-controls/1-form-elements/1-add-select-option/task.md
- [ ] 2-ui/4-forms-controls/1-form-elements/article.md
- [ ] 2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/task.md
- [ ] 2-ui/4-forms-controls/2-focus-blur/5-keyboard-mouse/task.md
- [ ] 2-ui/4-forms-controls/2-focus-blur/article.md
- [ ] 2-ui/4-forms-controls/3-events-change-input/1-deposit-calculator/task.md
- [ ] 2-ui/4-forms-controls/3-events-change-input/article.md
- [ ] 2-ui/5-loading/01-onload-ondomcontentloaded/article.md
- [ ] 2-ui/5-loading/02-script-async-defer/article.md
- [ ] 2-ui/5-loading/03-onload-onerror/article.md
- [ ] 2-ui/99-ui-misc/01-mutation-observer/article.md
- [ ] 2-ui/99-ui-misc/02-selection-range/article.md
- [ ] 2-ui/99-ui-misc/02-selection-range/selection-direction-backward.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/selection-direction-forward.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/selection-firefox.svg
- [ ] 2-ui/99-ui-misc/03-event-loop/article.md
- [ ] 2-ui/99-ui-misc/03-event-loop/eventLoop-full.svg
- [ ] 2-ui/99-ui-misc/03-event-loop/eventLoop.svg
- [ ] 3-frames-and-windows/01-popup-windows/article.md
- [ ] 3-frames-and-windows/03-cross-window-communication/article.md
- [ ] 3-frames-and-windows/03-cross-window-communication/sandbox.view/index.html
- [ ] 4-binary/01-arraybuffer-binary-arrays/article.md
- [ ] 4-binary/02-text-decoder/article.md
- [ ] 4-binary/03-blob/article.md
- [ ] 4-binary/04-file/article.md
- [ ] 5-network/01-fetch/01-fetch-users/solution.md
- [ ] 5-network/01-fetch/article.md
- [ ] 5-network/02-formdata/article.md
- [ ] 5-network/03-fetch-progress/article.md
- [ ] 5-network/04-fetch-abort/article.md
- [ ] 5-network/05-fetch-crossorigin/article.md
- [ ] 5-network/05-fetch-crossorigin/cors-gmail-messages.svg
- [ ] 5-network/05-fetch-crossorigin/xhr-another-domain.svg
- [ ] 5-network/05-fetch-crossorigin/xhr-preflight.svg
- [ ] 5-network/06-fetch-api/article.md
- [ ] 5-network/07-url/article.md
- [ ] 5-network/08-xmlhttprequest/article.md
- [ ] 5-network/09-resume-upload/article.md
- [ ] 5-network/09-resume-upload/upload-resume.view/server.js
- [ ] 5-network/09-resume-upload/upload-resume.view/uploader.js
- [ ] 5-network/10-long-polling/article.md
- [ ] 5-network/10-long-polling/long-polling.svg
- [ ] 5-network/11-websocket/article.md
- [ ] 5-network/11-websocket/websocket-handshake.svg
- [ ] 5-network/12-server-sent-events/article.md
- [ ] 6-data-storage/01-cookie/article.md
- [ ] 6-data-storage/01-cookie/cookie-xsrf.svg
- [ ] 6-data-storage/02-localstorage/article.md
- [ ] 6-data-storage/03-indexeddb/article.md
- [ ] 7-animation/1-bezier-curve/article.md
- [ ] 7-animation/2-css-animations/2-animate-logo-bezier-css/task.md
- [ ] 7-animation/2-css-animations/article.md
- [ ] 7-animation/3-js-animation/1-animate-ball/solution.md
- [ ] 7-animation/3-js-animation/article.md
- [ ] 8-web-components/1-webcomponents-intro/article.md
- [ ] 8-web-components/2-custom-elements/article.md
- [ ] 8-web-components/3-shadow-dom/article.md
- [ ] 8-web-components/5-slots-composition/article.md
- [ ] 8-web-components/6-shadow-dom-style/article.md
- [ ] 9-regular-expressions/01-regexp-introduction/article.md
- [ ] 9-regular-expressions/02-regexp-character-classes/article.md
- [ ] 9-regular-expressions/03-regexp-unicode/article.md
- [ ] 9-regular-expressions/05-regexp-multiline-mode/article.md
- [ ] 9-regular-expressions/06-regexp-boundary/article.md
- [ ] 9-regular-expressions/07-regexp-escaping/article.md
- [ ] 9-regular-expressions/08-regexp-character-sets-and-ranges/1-find-range-1/solution.md
- [ ] 9-regular-expressions/08-regexp-character-sets-and-ranges/article.md
- [ ] 9-regular-expressions/10-regexp-greedy-and-lazy/4-find-html-tags-greedy-lazy/task.md
- [ ] 9-regular-expressions/10-regexp-greedy-and-lazy/article.md
- [ ] 9-regular-expressions/11-regexp-groups/01-test-mac/solution.md
- [ ] 9-regular-expressions/11-regexp-groups/01-test-mac/task.md
- [ ] 9-regular-expressions/11-regexp-groups/03-find-decimal-numbers/solution.md
- [ ] 9-regular-expressions/11-regexp-groups/04-parse-expression/solution.md
- [ ] 9-regular-expressions/11-regexp-groups/article.md
- [ ] 9-regular-expressions/12-regexp-backreferences/article.md
- [ ] 9-regular-expressions/13-regexp-alternation/02-find-matching-bbtags/solution.md
- [ ] 9-regular-expressions/13-regexp-alternation/03-match-quoted-string/solution.md
- [ ] 9-regular-expressions/13-regexp-alternation/article.md
- [ ] 9-regular-expressions/14-regexp-lookahead-lookbehind/1-find-non-negative-integers/solution.md
- [ ] 9-regular-expressions/14-regexp-lookahead-lookbehind/2-insert-after-head/solution.md
- [ ] 9-regular-expressions/14-regexp-lookahead-lookbehind/article.md
- [ ] 9-regular-expressions/15-regexp-catastrophic-backtracking/article.md
- [ ] 9-regular-expressions/16-regexp-sticky/article.md
- [ ] 9-regular-expressions/17-regexp-methods/article.md
- [ ] README.md
- [ ] figures.sketch
To merge changes manually (instead of merging this PR):
- Add remote upstream that links to the English version (only needs to be done once)
-
git add remote upstream https://github.com/javascript-tutorial/en.javascript.info
-
- Commit all current work locally and
git checkout master - Pull the recent changes from the English version:
-
git pull upstream master
-
- Deal with the conflicts. If a conflict touches a few lines, then just fix it. Otherwise, following commands can help:
- Checkout your (translated) version of a file/folder at the given path (removes all upstream changes):
-
git checkout --ours <path>
-
- See the diff, what changed in the upstream file since branches diverged:
-
git diff --word-diff master...upstream/master <path>(please note: three dots in the command)
-
- Then you can examine the changes in upstream and add them manually
- Checkout your (translated) version of a file/folder at the given path (removes all upstream changes):
- When conflicts resolved, commit them and
git push origin master
Please ignore changes in README.md (git checkout --ours README.md && git commit -m ignore README.md).
This PR will be closed and replaced with a new one in a few days.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 13 committers have signed the CLA.
:white_check_mark: iliakan
:white_check_mark: ruslauz
:x: Omid-Heidarzadeh
:x: erolaliyev
:x: ArSn
:x: Sen-442b
:x: justinpage
:x: jovton
:x: robertmcabee
:x: buynao
:x: joaquinelio
:x: lankerened
:x: leviding
You have signed the CLA already but the status is still pending? Let us recheck it.