Title: Translation review · Issue #281 · javascript-tutorial/uk.javascript.info · GitHub
Open Graph Title: Translation review · Issue #281 · javascript-tutorial/uk.javascript.info
X Title: Translation review · Issue #281 · javascript-tutorial/uk.javascript.info
Description: Here is the list of all articles to review. By "review" means somebody has read carefully article and approved there isn't issues. An introduction An Introduction to JavaScript Manuals and specifications Code editors Developer console Ja...
Open Graph Description: Here is the list of all articles to review. By "review" means somebody has read carefully article and approved there isn't issues. An introduction An Introduction to JavaScript Manuals and specific...
X Description: Here is the list of all articles to review. By "review" means somebody has read carefully article and approved there isn't issues. An introduction An Introduction to JavaScript Manual...
Opengraph URL: https://github.com/javascript-tutorial/uk.javascript.info/issues/281
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Translation review","articleBody":"Here is the list of all articles to review.\n\nBy \"review\" means somebody has read carefully article and approved there isn't issues.\n\n-----------\n\n### An introduction\n\n* [x] [An Introduction to JavaScript](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/01-getting-started/1-intro)\n* [x] [Manuals and specifications](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/01-getting-started/2-manuals-specifications)\n* [x] [Code editors](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/01-getting-started/3-code-editors)\n* [x] [Developer console](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/01-getting-started/4-devtools)\n\n### JavaScript Fundamentals\n\n* [x] [Hello, world!](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/01-hello-world)\n* [x] [Code structure](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/02-structure)\n* [ ] [The modern mode, \"use strict\"](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/03-strict-mode)\n* [x] [Variables](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/04-variables)\n* [x] [Data types](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/05-types)\n* [ ] [Interaction: alert, prompt, confirm](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/06-alert-prompt-confirm)\n* [ ] [Type Conversions](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/07-type-conversions)\n* [ ] [Basic operators, maths](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/08-operators)\n* [ ] [Comparisons](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/09-comparison)\n* [x] [Conditional branching: if, '?'](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/10-ifelse) #682\n* [ ] [Logical operators](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/11-logical-operators)\n* [ ] [Nullish coalescing operator '??'](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/12-nullish-coalescing-operator)\n* [ ] [Loops: while and for](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/13-while-for)\n* [ ] [The \"switch\" statement](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/14-switch)\n* [ ] [Functions](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/15-function-basics)\n* [ ] [Function expressions](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/16-function-expressions)\n* [ ] [Arrow functions, the basics](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/17-arrow-functions-basics)\n* [ ] [JavaScript specials](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/02-first-steps/18-javascript-specials)\n\n### Code quality\n\n* [ ] [Debugging in the browser](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/03-code-quality/01-debugging-chrome)\n* [x] [Coding Style](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/03-code-quality/02-coding-style) #455\n* [ ] [Comments](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/03-code-quality/03-comments)\n* [x] [Ninja code](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/03-code-quality/04-ninja-code)\n* [ ] [Automated testing with Mocha](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/03-code-quality/05-testing-mocha)\n* [ ] [Polyfills and transpilers](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/03-code-quality/06-polyfills)\n\n### Objects: the basics\n\n* [ ] [Objects](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/04-object-basics/01-object)\n* [ ] [Object references and copying](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/04-object-basics/02-object-copy)\n* [ ] [Garbage collection](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/04-object-basics/03-garbage-collection)\n* [ ] [Object methods, \"this\"](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/04-object-basics/04-object-methods)\n* [ ] [Constructor, operator \"new\"](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/04-object-basics/06-constructor-new)\n* [ ] [Optional chaining '?.'](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/04-object-basics/07-optional-chaining)\n* [ ] [Symbol type](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/04-object-basics/08-symbol)\n* [ ] [Object to primitive conversion](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/04-object-basics/09-object-toprimitive)\n\n### Data types\n\n* [ ] [Methods of primitives](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/01-primitives-methods)\n* [ ] [Numbers](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/02-number)\n* [ ] [Strings](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/03-string)\n* [ ] [Arrays](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/04-array)\n* [x] [Array methods](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/05-array-methods) #477\n* [ ] [Iterables](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/06-iterable)\n* [ ] [Map and Set](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/07-map-set)\n* [ ] [WeakMap and WeakSet](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/08-weakmap-weakset)\n* [ ] [Object.keys, values, entries](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/09-keys-values-entries)\n* [ ] [Destructuring assignment](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/10-destructuring-assignment)\n* [ ] [Date and time](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/11-date)\n* [x] [JSON methods, toJSON](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/05-data-types/12-json) #515\n\n### Advanced working with functions\n\n* [ ] [Recursion and stack](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/01-recursion)\n* [ ] [Rest parameters and spread syntax](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/02-rest-parameters-spread)\n* [ ] [Variable scope, closure](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/03-closure)\n* [ ] [The old \"var\"](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/04-var)\n* [ ] [Global object](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/05-global-object)\n* [ ] [Function object, NFE](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/06-function-object)\n* [ ] [The \"new Function\" syntax](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/07-new-function)\n* [ ] [Scheduling: setTimeout and setInterval](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/08-settimeout-setinterval)\n* [ ] [Decorators and forwarding, call/apply](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/09-call-apply-decorators)\n* [ ] [Function binding](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/10-bind)\n* [ ] [Arrow functions revisited](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/06-advanced-functions/12-arrow-functions)\n\n### Object properties configuration\n\n* [ ] [Property flags and descriptors](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/07-object-properties/01-property-descriptors)\n* [ ] [Property getters and setters](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/07-object-properties/02-property-accessors)\n\n### Prototypes, inheritance\n\n* [ ] [Prototypal inheritance](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/08-prototypes/01-prototype-inheritance)\n* [ ] [F.prototype](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/08-prototypes/02-function-prototype)\n* [ ] [Native prototypes](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/08-prototypes/03-native-prototypes)\n* [ ] [Prototype methods, objects without __proto__](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/08-prototypes/04-prototype-methods)\n\n### Classes\n\n* [ ] [Class basic syntax](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/09-classes/01-class)\n* [ ] [Class inheritance](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/09-classes/02-class-inheritance)\n* [ ] [Static properties and methods](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/09-classes/03-static-properties-methods)\n* [ ] [Private and protected properties and methods](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/09-classes/04-private-protected-properties-methods)\n* [ ] [Extending built-in classes](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/09-classes/05-extend-natives)\n* [ ] [Class checking: \"instanceof\"](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/09-classes/06-instanceof)\n* [ ] [Mixins](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/09-classes/07-mixins)\n\n### Error handling\n\n* [x] [Error handling, \"try...catch\"](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/10-error-handling/1-try-catch) #673\n* [ ] [Custom errors, extending Error](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/10-error-handling/2-custom-errors)\n\n### Promises, async/await\n\n* [ ] [Introduction: callbacks](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/11-async/01-callbacks)\n* [ ] [Promise](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/11-async/02-promise-basics)\n* [ ] [Promises chaining](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/11-async/03-promise-chaining)\n* [ ] [Error handling with promises](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/11-async/04-promise-error-handling)\n* [ ] [Promise API](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/11-async/05-promise-api)\n* [ ] [Promisification](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/11-async/06-promisify)\n* [ ] [Microtasks](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/11-async/07-microtask-queue)\n* [ ] [Async/await](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/11-async/08-async-await)\n\n### Generators, advanced iteration\n\n* [ ] [Generators](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/12-generators-iterators/1-generators)\n* [ ] [Async iteration and generators](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/12-generators-iterators/2-async-iterators-generators)\n\n### Modules\n\n* [ ] [Modules, introduction](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/13-modules/01-modules-intro)\n* [ ] [Export and Import](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/13-modules/02-import-export)\n* [ ] [Dynamic imports](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/13-modules/03-modules-dynamic-imports)\n\n### Miscellaneous\n\n* [ ] [Proxy and Reflect](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/99-js-misc/01-proxy)\n* [ ] [Eval: run a code string](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/99-js-misc/02-eval)\n* [ ] [Currying](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/99-js-misc/03-currying-partials)\n* [ ] [Reference Type](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/99-js-misc/04-reference-type)\n* [ ] [BigInt](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/1-js/99-js-misc/05-bigint)\n\n## Browser: Document, Events, Interfaces\n\n\n### Document\n\n* [x] [Browser environment, specs](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/01-browser-environment) #516\n* [x] [DOM tree](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/02-dom-nodes) #517\n* [x] [Walking the DOM](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/03-dom-navigation) #518\n* [x] [Searching: getElement*, querySelector*](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/04-searching-elements-dom) #529\n* [ ] [Node properties: type, tag and contents](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/05-basic-dom-node-properties)\n* [ ] [Attributes and properties](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/06-dom-attributes-and-properties)\n* [ ] [Modifying the document](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/07-modifying-document)\n* [ ] [Styles and classes](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/08-styles-and-classes)\n* [ ] [Element size and scrolling](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/09-size-and-scroll)\n* [ ] [Window sizes and scrolling](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/10-size-and-scroll-window)\n* [ ] [Coordinates](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/1-document/11-coordinates)\n\n### Introduction to Events\n\n* [ ] [Introduction to browser events](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/2-events/01-introduction-browser-events)\n* [ ] [Bubbling and capturing](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/2-events/02-bubbling-and-capturing)\n* [ ] [Event delegation](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/2-events/03-event-delegation)\n* [ ] [Browser default actions](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/2-events/04-default-browser-action)\n* [ ] [Dispatching custom events](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/2-events/05-dispatch-events)\n\n### UI Events\n\n* [ ] [Mouse events](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/3-event-details/1-mouse-events-basics)\n* [ ] [Moving the mouse: mouseover/out, mouseenter/leave](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave)\n* [ ] [Drag'n'Drop with mouse events](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/3-event-details/4-mouse-drag-and-drop)\n* [ ] [Pointer events](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/3-event-details/6-pointer-events)\n* [ ] [Keyboard: keydown and keyup](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/3-event-details/7-keyboard-events)\n* [ ] [Scrolling](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/3-event-details/8-onscroll)\n\n### Forms, controls\n\n* [ ] [Form properties and methods](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/4-forms-controls/1-form-elements)\n* [ ] [Focusing: focus/blur](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/4-forms-controls/2-focus-blur)\n* [ ] [Events: change, input, cut, copy, paste](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/4-forms-controls/3-events-change-input)\n* [ ] [Forms: event and method submit](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/4-forms-controls/4-forms-submit)\n\n### Document and resource loading\n\n* [ ] [Page: DOMContentLoaded, load, beforeunload, unload](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/5-loading/01-onload-ondomcontentloaded)\n* [ ] [Scripts: async, defer](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/5-loading/02-script-async-defer)\n* [ ] [Resource loading: onload and onerror](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/5-loading/03-onload-onerror)\n\n### Miscellaneous\n\n* [ ] [Mutation observer](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/99-ui-misc/01-mutation-observer)\n* [ ] [Selection and Range](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/99-ui-misc/02-selection-range)\n* [ ] [Event loop: microtasks and macrotasks](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/2-ui/99-ui-misc/03-event-loop)\n\n## Frames and windows\n\n* [ ] [Popups and window methods](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/3-frames-and-windows/01-popup-windows) \n* [ ] [Cross-window communication](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/3-frames-and-windows/03-cross-window-communication) \n* [ ] [The clickjacking attack](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/3-frames-and-windows/06-clickjacking) \n\n## Binary data, files\n\n* [ ] [ArrayBuffer, binary arrays](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/4-binary/01-arraybuffer-binary-arrays)\n* [ ] [TextDecoder and TextEncoder](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/4-binary/02-text-decoder)\n* [ ] [Blob](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/4-binary/03-blob)\n* [ ] [File and FileReader](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/4-binary/04-file)\n\n## Network requests\n\n* [ ] [Fetch](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/01-fetch)\n* [ ] [FormData](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/02-formdata)\n* [ ] [Fetch: Download progress](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/03-fetch-progress)\n* [ ] [Fetch: Abort](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/04-fetch-abort) \n* [ ] [Fetch: Cross-Origin Requests](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/05-fetch-crossorigin)\n* [ ] [Fetch API](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/06-fetch-api)\n* [ ] [URL objects](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/07-url) \n* [ ] [XMLHttpRequest](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/08-xmlhttprequest) \n* [ ] [Resumable file upload](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/09-resume-upload) \n* [ ] [Long polling](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/10-long-polling) \n* [ ] [WebSocket](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/11-websocket) \n* [ ] [Server Sent Events](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/5-network/12-server-sent-events) \n\n## Storing data in the browser\n\n* [ ] [Cookies, document.cookie](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/6-data-storage/01-cookie) \n* [ ] [LocalStorage, sessionStorage](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/6-data-storage/02-localstorage) \n* [ ] [IndexedDB](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/6-data-storage/03-indexeddb) \n\n## Animation\n\n* [ ] [Bezier curve](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/7-animation/1-bezier-curve) \n* [ ] [CSS-animations](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/7-animation/2-css-animations) \n* [ ] [JavaScript animations](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/7-animation/3-js-animation) \n\n## Web components\n\n* [ ] [From the orbital height](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/8-web-components/1-webcomponents-intro) \n* [ ] [Custom elements](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/8-web-components/2-custom-elements) \n* [ ] [Shadow DOM](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/8-web-components/3-shadow-dom) \n* [ ] [Template element](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/8-web-components/4-template-element) \n* [ ] [Shadow DOM slots, composition](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/8-web-components/5-slots-composition) \n* [ ] [Shadow DOM styling](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/8-web-components/6-shadow-dom-style) \n* [ ] [Shadow DOM and events](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/8-web-components/7-shadow-dom-events) \n\n## Regular expressions\n\n* [x] [Patterns and flags](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/01-regexp-introduction) \n* [x] [Character classes](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/02-regexp-character-classes) \n* [x] [Unicode: flag \"u\" and class \\\\p{...}](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/03-regexp-unicode) \n* [x] [Anchors: string start ^ and end $](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/04-regexp-anchors) \n* [x] [Multiline mode of anchors ^ $, flag \"m\"](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/05-regexp-multiline-mode) \n* [x] [Word boundary: \\\\b](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/06-regexp-boundary) \n* [x] [Escaping, special characters](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/07-regexp-escaping) \n* [x] [Sets and ranges \\[...\\]](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/08-regexp-character-sets-and-ranges) \n* [ ] [Quantifiers +, *, ? and {n}](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/09-regexp-quantifiers) \n* [ ] [Greedy and lazy quantifiers](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/10-regexp-greedy-and-lazy) \n* [ ] [Capturing groups](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/11-regexp-groups) \n* [ ] [Backreferences in pattern: \\\\N and \\\\k\\\u003cname\\\u003e](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/12-regexp-backreferences) \n* [ ] [Alternation (OR) |](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/13-regexp-alternation) \n* [ ] [Lookahead and lookbehind](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/14-regexp-lookahead-lookbehind) \n* [ ] [Catastrophic backtracking](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/15-regexp-catastrophic-backtracking) \n* [ ] [Sticky flag \"y\", searching at position](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/16-regexp-sticky) \n* [x] [Methods of RegExp and String](https://github.com/javascript-tutorial/uk.javascript.info/blob/master/9-regular-expressions/17-regexp-methods) ","author":{"url":"https://github.com/tarasyyyk","@type":"Person","name":"tarasyyyk"},"datePublished":"2022-01-21T20:57:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":13},"url":"https://github.com/281/uk.javascript.info/issues/281"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:202d980c-464d-abb0-a03d-e3f6026f773c |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A60E:378262:72A4CF3:96D7F12:696C8F6C |
| html-safe-nonce | 34e290e301d1859edc508c2a79293b17716f9f9f88020f048d7a99766eade2d4 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjBFOjM3ODI2Mjo3MkE0Q0YzOjk2RDdGMTI6Njk2QzhGNkMiLCJ2aXNpdG9yX2lkIjoiNzA0ODk3ODQzNjIzOTE2NzM0MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | d68a727aadc1a87d213c4fd8a3b212036fe5dfb17414963a6e7e14378f3df866 |
| hovercard-subject-tag | issue:1110935247 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/javascript-tutorial/uk.javascript.info/281/issue_layout |
| twitter:image | https://opengraph.githubassets.com/1bfd60bfcee7b94adae099efdaaf8f50c91afa32318a7e5f4c75be00e06ef130/javascript-tutorial/uk.javascript.info/issues/281 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/1bfd60bfcee7b94adae099efdaaf8f50c91afa32318a7e5f4c75be00e06ef130/javascript-tutorial/uk.javascript.info/issues/281 |
| og:image:alt | Here is the list of all articles to review. By "review" means somebody has read carefully article and approved there isn't issues. An introduction An Introduction to JavaScript Manuals and specific... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | tarasyyyk |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| turbo-cache-control | no-preview |
| go-import | github.com/javascript-tutorial/uk.javascript.info git https://github.com/javascript-tutorial/uk.javascript.info.git |
| octolytics-dimension-user_id | 49552305 |
| octolytics-dimension-user_login | javascript-tutorial |
| octolytics-dimension-repository_id | 181320427 |
| octolytics-dimension-repository_nwo | javascript-tutorial/uk.javascript.info |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 181320427 |
| octolytics-dimension-repository_network_root_nwo | javascript-tutorial/uk.javascript.info |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 38f4d3209478aaeff3ef254f1919defede86af41 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width