René's URL Explorer Experiment


Title: Update articles to the latest · Issue #194 · javascript-tutorial/ja.javascript.info · GitHub

Open Graph Title: Update articles to the latest · Issue #194 · javascript-tutorial/ja.javascript.info

X Title: Update articles to the latest · Issue #194 · javascript-tutorial/ja.javascript.info

Description: Some article's are translated some time ago, so it is necessary to compare to the English one and take in differences between them. This issue is to update each articles to latest one in English ver (from 2021/01/01 〜). Maintainer List @...

Open Graph Description: Some article's are translated some time ago, so it is necessary to compare to the English one and take in differences between them. This issue is to update each articles to latest one in English ve...

X Description: Some article's are translated some time ago, so it is necessary to compare to the English one and take in differences between them. This issue is to update each articles to latest one in Englis...

Opengraph URL: https://github.com/javascript-tutorial/ja.javascript.info/issues/194

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Update articles to the latest ","articleBody":"Some article's are translated some time ago, so it is necessary to compare to the English one and take in differences between them.\r\nThis issue is to update each articles to latest one in English ver (from 2021/01/01 〜).\r\n\r\n## Maintainer List\r\n\r\n@Kenjii\r\n\r\n## For New Translators\r\n\r\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003ePlease read this first (click to open)\u003c/b\u003e\u003c/summary\u003e\r\n\u003cp\u003e\r\nTo translate an article:\r\n\r\n1. Check that no one else has claimed your article in the checklist below.\r\n2. Comment below with the title of the article that you would like to translate, e.g. `An Introduction to JavaScript`. \r\n    - **Please take only one article at a time**.\r\n3. Fork this repo, translate the article in your fork and submit a pull request!\r\n    - The pull request title should be same as the article, e.g. `An Introduction to JavaScript` (just like comment)\r\n\r\nPlease be prompt with your translations! If you find find that you can't commit any more, let the maintainers know so they can assign the page to someone else.\r\n\u003c/p\u003e\r\n\u003c/details\u003e\r\n\r\n## For Maintainers\r\n\r\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eClick to open\u003c/b\u003e\u003c/summary\u003e\r\n\u003cp\u003e\r\nPlease let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them.\r\n\r\nFor teams we suggest that an article has 2 reviews to be merged. \r\n\r\nTranslalions are tracked below, like this:\r\n\r\n* [ ] [Home Page](url) (@kenjiI) #1\r\n\r\nThere's a helper bot to track translations, you can read more about it at \u003chttps://github.com/javascript-tutorial/translate/edit/master/BOT.md\u003e.\r\n\r\nIf something doesn't work right, please contact @KenjiI  \r\n\r\n\u003c/p\u003e\r\n\u003c/details\u003e\r\n\r\nOnly maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate.\r\n\r\n## The JavaScript language\r\n### An introduction\r\n\r\n* [x] [An Introduction to JavaScript](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/01-getting-started/1-intro) \r\n* [x] [Manuals and specifications](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/01-getting-started/2-manuals-specifications)\r\n* [x] [Code editors](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/01-getting-started/3-code-editors) \r\n* [x] [Developer console](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/01-getting-started/4-devtools) \r\n\r\n### JavaScript Fundamentals\r\n\r\n* [x] [Hello, world!](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/01-hello-world) \r\n* [x] [Code structure](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/02-structure) \r\n* [x] [The modern mode, \"use strict\"](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/03-strict-mode) \r\n* [x] [Variables](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/04-variables) \r\n* [x] [Data types](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/05-types) \r\n* [x] [Type Conversions](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/06-type-conversions) \r\n* [x] [Operators](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/07-operators) \r\n* [x] [Comparisons](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/08-comparison) \r\n* [x] [Interaction: alert, prompt, confirm](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/09-alert-prompt-confirm) \r\n* [x] [Conditional operators: if, '?'](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/10-ifelse) \r\n* [x] [Logical operators](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/11-logical-operators) \r\n* [x] [Loops: while and for](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/12-while-for) \r\n* [x] [The \"switch\" statement](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/13-switch) \r\n* [x] [Functions](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/14-function-basics) \r\n* [x] [Function expressions and arrows](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/15-function-expressions-arrows) \r\n* [x] [JavaScript specials](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/16-javascript-specials) \r\n\r\n### Code quality\r\n\r\n* [x] [Debugging in Chrome](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/01-debugging-chrome) \r\n* [x] [Coding Style](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/02-coding-style) \r\n* [x] [Comments](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/03-comments) \r\n* [x] [Ninja code](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/04-ninja-code) \r\n* [x] [Automated testing with mocha](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/05-testing-mocha) \r\n* [x] [Polyfills](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/06-polyfills) \r\n\r\n### Objects: the basics\r\n\r\n* [x] [Objects](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/01-object) \r\n* [x] [Garbage collection](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/02-garbage-collection) \r\n* [x] [Symbol type](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/03-symbol) \r\n* [x] [Object methods, \"this\"](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/04-object-methods) \r\n* [x] [Object to primitive conversion](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/05-object-toprimitive) \r\n* [x] [Constructor, operator \"new\"](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/06-constructor-new) \r\n\r\n### Data types\r\n\r\n* [x] [Methods of primitives](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/01-primitives-methods) \r\n* [x] [Numbers](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/02-number) \r\n* [x] [Strings](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/03-string) \r\n* [x] [Arrays](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/04-array) \r\n* [x] [Array methods](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/05-array-methods) \r\n* [x] [Iterables](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/06-iterable) \r\n* [x] [Map, Set, WeakMap and WeakSet](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/07-map-set-weakmap-weakset) \r\n* [x] [Object.keys, values, entries](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/08-keys-values-entries) \r\n* [x] [Destructuring assignment](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/09-destructuring-assignment) \r\n* [x] [Date and time](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/10-date) \r\n* [x] [JSON methods, toJSON](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/11-json) \r\n\r\n### Advanced working with functions\r\n\r\n* [x] [Recursion and stack](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/01-recursion) \r\n* [x] [Rest parameters and spread operator](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/02-rest-parameters-spread-operator) \r\n* [x] [Closure](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/03-closure) \r\n* [x] [The old \"var\"](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/04-var) \r\n* [x] [Global object](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/05-global-object) \r\n* [x] [Function object, NFE](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/06-function-object) \r\n* [x] [The \"new Function\" syntax](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/07-new-function) \r\n* [x] [Scheduling: setTimeout and setInterval](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/08-settimeout-setinterval) \r\n* [x] [Decorators and forwarding, call/apply](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/09-call-apply-decorators) \r\n* [x] [Function binding](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/10-bind) \r\n* [x] [Currying and partials](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/11-currying-partials) (@toku-sa-n )\r\n* [x] [Arrow functions revisited](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/12-arrow-functions) \r\n\r\n### Object properties configuration\r\n\r\n* [x] [Property flags and descriptors](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/07-object-properties/01-property-descriptors) \r\n* [x] [Property getters and setters](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/07-object-properties/02-property-accessors) \r\n\r\n### Prototypes, inheritance\r\n\r\n* [x] [Prototypal inheritance](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/08-prototypes/01-prototype-inheritance) \r\n* [x] [F.prototype](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/08-prototypes/02-function-prototype) \r\n* [x] [Native prototypes](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/08-prototypes/03-native-prototypes) \r\n* [x] [Prototype methods, objects without __proto__](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/08-prototypes/04-prototype-methods) \r\n\r\n### Classes\r\n\r\n* [x] [Class basic syntax](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/01-class) \r\n* [x] [Class inheritance](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/02-class-inheritance) \r\n* [x] [Static properties and methods](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/03-static-properties-methods) \r\n* [x] [Private and protected properties and methods](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/04-private-protected-properties-methods) \r\n* [x] [Extending built-in classes](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/05-extend-natives) \r\n* [x] [Class checking: \"instanceof\"](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/06-instanceof) \r\n* [x] [Mixins](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/07-mixins) \r\n\r\n### Error handling\r\n\r\n* [x] [Error handling, \"try..catch\"](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/10-error-handling/1-try-catch) \r\n* [x] [Custom errors, extending Error](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/10-error-handling/2-custom-errors) \r\n\r\n### Promises, async/await\r\n\r\n* [x] [Introduction: callbacks](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/01-callbacks) \r\n* [x] [Promise](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/02-promise-basics) \r\n* [x] [Promises chaining](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/03-promise-chaining) \r\n* [x] [Error handling with promises](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/04-promise-error-handling) \r\n* [x] [Promise API](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/05-promise-api) \r\n* [x] [Promisification](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/06-promisify) \r\n* [x] [Microtasks](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/07-microtask-queue)\r\n* [x] [Async/await](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/08-async-await) \r\n\r\n### Generators, advanced iteration\r\n\r\n* [x] [Generators](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/12-generators-iterators/1-generators) \r\n* [x] [Async iterators and generators](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/12-generators-iterators/2-async-iterators-generators) \r\n\r\n### Modules\r\n\r\n* [x] [Modules, introduction](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/13-modules/01-modules-intro) \r\n* [x] [Export and Import](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/13-modules/02-import-export) \r\n* [x] [Dynamic imports](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/13-modules/03-modules-dynamic-imports) \r\n\r\n### Miscellaneous\r\n\r\n* [x] [Proxy and Reflect](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/99-js-misc/01-proxy)\r\n* [x] [Eval: run a code string](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/99-js-misc/02-eval)\r\n\r\n## Browser: Document, Events, Interfaces\r\n\r\n\r\n### Document\r\n\r\n* [x] [Browser environment, specs](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/01-browser-environment) \r\n* [x] [DOM tree](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/02-dom-nodes) \r\n* [x] [Walking the DOM](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/03-dom-navigation) \r\n* [x] [Searching: getElement*, querySelector*](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/04-searching-elements-dom) \r\n* [x] [Node properties: type, tag and contents](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/05-basic-dom-node-properties) \r\n* [x] [Attributes and properties](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/06-dom-attributes-and-properties) \r\n* [x] [Modifying the document](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/07-modifying-document) \r\n* [x] [Styles and classes](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/08-styles-and-classes) \r\n* [ ] [Element size and scrolling](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/09-size-and-scroll) \r\n* [ ] [Window sizes and scrolling](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/10-size-and-scroll-window) \r\n* [ ] [Coordinates](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/11-coordinates) \r\n\r\n### Introduction to Events\r\n\r\n* [ ] [Introduction to browser events](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/01-introduction-browser-events) \r\n* [x] [Bubbling and capturing](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/02-bubbling-and-capturing) \r\n* [ ] [Event delegation](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/03-event-delegation) \r\n* [ ] [Browser default actions](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/04-default-browser-action) \r\n* [ ] [Dispatching custom events](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/05-dispatch-events) \r\n\r\n### UI Events\r\n\r\n* [x] [Mouse events basics](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/1-mouse-events-basics) \r\n* [ ] [Moving: mouseover/out, mouseenter/leave](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave) \r\n* [ ] [Drag'n'Drop with mouse events](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/4-mouse-drag-and-drop) \r\n* [ ] [Keyboard: keydown and keyup](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/5-keyboard-events) \r\n* [ ] [Scrolling](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/8-onscroll) \r\n\r\n### Forms, controls\r\n\r\n* [ ] [Form properties and methods](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/4-forms-controls/1-form-elements) \r\n* [ ] [Focusing: focus/blur](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/4-forms-controls/2-focus-blur) \r\n* [ ] [Events: change, input, cut, copy, paste](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/4-forms-controls/3-events-change-input) \r\n* [ ] [Forms: event and method submit](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/4-forms-controls/4-forms-submit)\r\n\r\n### Document and resource loading\r\n\r\n* [ ] [Page: DOMContentLoaded, load, beforeunload, unload](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/5-loading/01-onload-ondomcontentloaded) \r\n* [ ] [Scripts: async, defer](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/5-loading/02-script-async-defer) \r\n* [ ] [Resource loading: onload and onerror](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/5-loading/03-onload-onerror) \r\n\r\n### Miscellaneous\r\n\r\n* [x] [Mutation observer](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/99-ui-misc/01-mutation-observer) (@KenjiI )\r\n* [x] [Selection and Range](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/99-ui-misc/02-selection-range) (@KenjiI )\r\n* [x] [Event loop: microtasks and macrotasks](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/99-ui-misc/03-event-loop)\r\n\r\n## Frames and windows\r\n\r\n* [x] [Popups and window methods](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/3-frames-and-windows/01-popup-windows) \r\n* [ ] [Cross-window communication](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/3-frames-and-windows/03-cross-window-communication) \r\n* [ ] [The clickjacking attack](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/3-frames-and-windows/06-clickjacking) \r\n\r\n## Binary data, files\r\n\r\n* [ ] [ArrayBuffer, binary arrays](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/4-binary/01-arraybuffer-binary-arrays) \r\n* [ ] [TextDecoder and TextEncoder](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/4-binary/02-text-decoder) \r\n* [ ] [Blob](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/4-binary/03-blob) \r\n* [ ] [File and FileReader](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/4-binary/04-file) \r\n\r\n## Network requests\r\n\r\n* [ ] [Fetch](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/01-fetch)\r\n* [ ] [FormData](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/02-formdata)\r\n* [ ] [Fetch: Download progress](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/03-fetch-progress) \r\n* [ ] [Fetch: Abort](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/04-fetch-abort) \r\n* [ ] [Fetch: Cross-Origin Requests](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/05-fetch-crossorigin) \r\n* [ ] [Fetch API](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/06-fetch-api) \r\n* [ ] [URL objects](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/07-url) \r\n* [ ] [XMLHttpRequest](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/08-xmlhttprequest) \r\n* [ ] [Resumable file upload](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/09-resume-upload)\r\n* [ ] [Long polling](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/10-long-polling)\r\n* [ ] [WebSocket](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/11-websocket) \r\n* [ ] [Server Sent Events](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/12-server-sent-events)\r\n\r\n## Storing data in the browser\r\n\r\n* [ ] [Cookies, document.cookie](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/6-data-storage/01-cookie) \r\n* [ ] [LocalStorage, sessionStorage](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/6-data-storage/02-localstorage) \r\n* [x] [IndexedDB](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/6-data-storage/03-indexeddb) \r\n\r\n## Animation\r\n\r\n* [ ] [Bezier curve](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/7-animation/1-bezier-curve) \r\n* [ ] [CSS-animations](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/7-animation/2-css-animations) \r\n* [ ] [JavaScript animations](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/7-animation/3-js-animation) \r\n\r\n## Web components\r\n\r\n* [ ] [From the orbital height](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/1-webcomponents-intro) \r\n* [ ] [Custom elements](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/2-custom-elements) \r\n* [ ] [Shadow DOM](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/3-shadow-dom) \r\n* [ ] [Template element](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/4-template-element) \r\n* [ ] [Shadow DOM slots, composition](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/5-slots-composition) \r\n* [ ] [Shadow DOM styling](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/6-shadow-dom-style) \r\n* [ ] [Shadow DOM and events](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/7-shadow-dom-events)  \r\n\r\n## Regular expressions\r\n\r\n* [ ] [Patterns and flags](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/01-regexp-introduction) \r\n* [ ] [Methods of RegExp and String](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/02-regexp-methods) \r\n* [ ] [Character classes](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/03-regexp-character-classes) \r\n* [ ] [Escaping, special characters](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/04-regexp-escaping) \r\n* [ ] [Sets and ranges [...]](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/05-regexp-character-sets-and-ranges) \r\n* [ ] [Quantifiers +, *, ? and {n}](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/07-regexp-quantifiers) \r\n* [ ] [Greedy and lazy quantifiers](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/08-regexp-greedy-and-lazy) \r\n* [ ] [Capturing groups](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/09-regexp-groups) \r\n* [ ] [Backreferences in pattern: \\n and \\k](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/10-regexp-backreferences) \r\n* [ ] [Alternation (OR) |](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/11-regexp-alternation) \r\n* [ ] [String start ^ and finish $](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/12-regexp-anchors) \r\n* [ ] [Multiline mode, flag \"m\"](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/13-regexp-multiline-mode) \r\n* [ ] [Lookahead and lookbehind](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/14-regexp-lookahead-lookbehind) \r\n* [ ] [Infinite backtracking problem](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/15-regexp-infinite-backtracking-problem) \r\n* [ ] [Unicode: flag \"u\"](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/20-regexp-unicode) \r\n* [ ] [Unicode character properties \\p](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/21-regexp-unicode-properties) \r\n* [ ] [Sticky flag \"y\", searching at position](https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/22-regexp-sticky) \r\n","author":{"url":"https://github.com/KenjiI","@type":"Person","name":"KenjiI"},"datePublished":"2021-02-28T02:44:46.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/194/ja.javascript.info/issues/194"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b0737ae5-c135-4950-744b-50273cbe1ae1
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id970A:E3F0D:8B53B8D:B60946D:696CC851
html-safe-nonced3432241bc3f1c008d06978d63db034eda3a582f6db8c7e993f93dc121a12b63
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NzBBOkUzRjBEOjhCNTNCOEQ6QjYwOTQ2RDo2OTZDQzg1MSIsInZpc2l0b3JfaWQiOiIzMDM5NTMzODg3NDAzMTE2NjI1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac835839a2813d7c4835fe5084a67cfeda48f41a0e3dddcbb34260afa1d9d20a8f
hovercard-subject-tagissue:818086900
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/javascript-tutorial/ja.javascript.info/194/issue_layout
twitter:imagehttps://opengraph.githubassets.com/cb4c3f8d46ea06bd70bc16954209714f24826f092c6a167faa3ff13781ab9284/javascript-tutorial/ja.javascript.info/issues/194
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/cb4c3f8d46ea06bd70bc16954209714f24826f092c6a167faa3ff13781ab9284/javascript-tutorial/ja.javascript.info/issues/194
og:image:altSome article's are translated some time ago, so it is necessary to compare to the English one and take in differences between them. This issue is to update each articles to latest one in English ve...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameKenjiI
hostnamegithub.com
expected-hostnamegithub.com
None31994babd8463b50f2371f63aab0826561f4efe3981ac0ebc4c33e6c41032dbd
turbo-cache-controlno-preview
go-importgithub.com/javascript-tutorial/ja.javascript.info git https://github.com/javascript-tutorial/ja.javascript.info.git
octolytics-dimension-user_id49552305
octolytics-dimension-user_loginjavascript-tutorial
octolytics-dimension-repository_id113053802
octolytics-dimension-repository_nwojavascript-tutorial/ja.javascript.info
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id113053802
octolytics-dimension-repository_network_root_nwojavascript-tutorial/ja.javascript.info
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef5a202c3c4aefc9cf00c8c78951a1e72eaebebeb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javascript-tutorial/ja.javascript.info/issues/194#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavascript-tutorial%2Fja.javascript.info%2Fissues%2F194
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavascript-tutorial%2Fja.javascript.info%2Fissues%2F194
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=javascript-tutorial%2Fja.javascript.info
Reloadhttps://github.com/javascript-tutorial/ja.javascript.info/issues/194
Reloadhttps://github.com/javascript-tutorial/ja.javascript.info/issues/194
Reloadhttps://github.com/javascript-tutorial/ja.javascript.info/issues/194
javascript-tutorial https://github.com/javascript-tutorial
ja.javascript.infohttps://github.com/javascript-tutorial/ja.javascript.info
Notifications https://github.com/login?return_to=%2Fjavascript-tutorial%2Fja.javascript.info
Fork 80 https://github.com/login?return_to=%2Fjavascript-tutorial%2Fja.javascript.info
Star 436 https://github.com/login?return_to=%2Fjavascript-tutorial%2Fja.javascript.info
Code https://github.com/javascript-tutorial/ja.javascript.info
Issues 3 https://github.com/javascript-tutorial/ja.javascript.info/issues
Pull requests 1 https://github.com/javascript-tutorial/ja.javascript.info/pulls
Actions https://github.com/javascript-tutorial/ja.javascript.info/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/javascript-tutorial/ja.javascript.info/security
Please reload this pagehttps://github.com/javascript-tutorial/ja.javascript.info/issues/194
Insights https://github.com/javascript-tutorial/ja.javascript.info/pulse
Code https://github.com/javascript-tutorial/ja.javascript.info
Issues https://github.com/javascript-tutorial/ja.javascript.info/issues
Pull requests https://github.com/javascript-tutorial/ja.javascript.info/pulls
Actions https://github.com/javascript-tutorial/ja.javascript.info/actions
Security https://github.com/javascript-tutorial/ja.javascript.info/security
Insights https://github.com/javascript-tutorial/ja.javascript.info/pulse
New issuehttps://github.com/login?return_to=https://github.com/javascript-tutorial/ja.javascript.info/issues/194
New issuehttps://github.com/login?return_to=https://github.com/javascript-tutorial/ja.javascript.info/issues/194
Update articles to the latest https://github.com/javascript-tutorial/ja.javascript.info/issues/194#top
https://github.com/KenjiI
https://github.com/KenjiI
KenjiIhttps://github.com/KenjiI
on Feb 28, 2021https://github.com/javascript-tutorial/ja.javascript.info/issues/194#issue-818086900
@KenjiIhttps://github.com/KenjiI
Home Pagehttps://github.com/javascript-tutorial/ja.javascript.info/issues/url
@KenjiIhttps://github.com/KenjiI
For epub #1https://github.com/javascript-tutorial/ja.javascript.info/pull/1
https://github.com/javascript-tutorial/translate/edit/master/BOT.mdhttps://github.com/javascript-tutorial/translate/edit/master/BOT.md
@KenjiIhttps://github.com/KenjiI
An Introduction to JavaScripthttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/01-getting-started/1-intro
Manuals and specificationshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/01-getting-started/2-manuals-specifications
Code editorshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/01-getting-started/3-code-editors
Developer consolehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/01-getting-started/4-devtools
Hello, world!https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/01-hello-world
Code structurehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/02-structure
The modern mode, "use strict"https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/03-strict-mode
Variableshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/04-variables
Data typeshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/05-types
Type Conversionshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/06-type-conversions
Operatorshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/07-operators
Comparisonshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/08-comparison
Interaction: alert, prompt, confirmhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/09-alert-prompt-confirm
Conditional operators: if, '?'https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/10-ifelse
Logical operatorshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/11-logical-operators
Loops: while and forhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/12-while-for
The "switch" statementhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/13-switch
Functionshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/14-function-basics
Function expressions and arrowshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/15-function-expressions-arrows
JavaScript specialshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/02-first-steps/16-javascript-specials
Debugging in Chromehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/01-debugging-chrome
Coding Stylehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/02-coding-style
Commentshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/03-comments
Ninja codehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/04-ninja-code
Automated testing with mochahttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/05-testing-mocha
Polyfillshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/03-code-quality/06-polyfills
Objectshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/01-object
Garbage collectionhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/02-garbage-collection
Symbol typehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/03-symbol
Object methods, "this"https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/04-object-methods
Object to primitive conversionhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/05-object-toprimitive
Constructor, operator "new"https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/04-object-basics/06-constructor-new
Methods of primitiveshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/01-primitives-methods
Numbershttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/02-number
Stringshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/03-string
Arrayshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/04-array
Array methodshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/05-array-methods
Iterableshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/06-iterable
Map, Set, WeakMap and WeakSethttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/07-map-set-weakmap-weakset
Object.keys, values, entrieshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/08-keys-values-entries
Destructuring assignmenthttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/09-destructuring-assignment
Date and timehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/10-date
JSON methods, toJSONhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/05-data-types/11-json
Recursion and stackhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/01-recursion
Rest parameters and spread operatorhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/02-rest-parameters-spread-operator
Closurehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/03-closure
The old "var"https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/04-var
Global objecthttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/05-global-object
Function object, NFEhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/06-function-object
The "new Function" syntaxhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/07-new-function
Scheduling: setTimeout and setIntervalhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/08-settimeout-setinterval
Decorators and forwarding, call/applyhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/09-call-apply-decorators
Function bindinghttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/10-bind
Currying and partialshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/11-currying-partials
@toku-sa-nhttps://github.com/toku-sa-n
Arrow functions revisitedhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/06-advanced-functions/12-arrow-functions
Property flags and descriptorshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/07-object-properties/01-property-descriptors
Property getters and settershttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/07-object-properties/02-property-accessors
Prototypal inheritancehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/08-prototypes/01-prototype-inheritance
F.prototypehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/08-prototypes/02-function-prototype
Native prototypeshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/08-prototypes/03-native-prototypes
Prototype methods, objects without protohttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/08-prototypes/04-prototype-methods
Class basic syntaxhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/01-class
Class inheritancehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/02-class-inheritance
Static properties and methodshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/03-static-properties-methods
Private and protected properties and methodshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/04-private-protected-properties-methods
Extending built-in classeshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/05-extend-natives
Class checking: "instanceof"https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/06-instanceof
Mixinshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/09-classes/07-mixins
Error handling, "try..catch"https://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/10-error-handling/1-try-catch
Custom errors, extending Errorhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/10-error-handling/2-custom-errors
Introduction: callbackshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/01-callbacks
Promisehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/02-promise-basics
Promises chaininghttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/03-promise-chaining
Error handling with promiseshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/04-promise-error-handling
Promise APIhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/05-promise-api
Promisificationhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/06-promisify
Microtaskshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/07-microtask-queue
Async/awaithttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/11-async/08-async-await
Generatorshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/12-generators-iterators/1-generators
Async iterators and generatorshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/12-generators-iterators/2-async-iterators-generators
Modules, introductionhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/13-modules/01-modules-intro
Export and Importhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/13-modules/02-import-export
Dynamic importshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/13-modules/03-modules-dynamic-imports
Proxy and Reflecthttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/99-js-misc/01-proxy
Eval: run a code stringhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/1-js/99-js-misc/02-eval
Browser environment, specshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/01-browser-environment
DOM treehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/02-dom-nodes
Walking the DOMhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/03-dom-navigation
Searching: getElement*, querySelector*https://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/04-searching-elements-dom
Node properties: type, tag and contentshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/05-basic-dom-node-properties
Attributes and propertieshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/06-dom-attributes-and-properties
Modifying the documenthttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/07-modifying-document
Styles and classeshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/08-styles-and-classes
Element size and scrollinghttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/09-size-and-scroll
Window sizes and scrollinghttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/10-size-and-scroll-window
Coordinateshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/1-document/11-coordinates
Introduction to browser eventshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/01-introduction-browser-events
Bubbling and capturinghttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/02-bubbling-and-capturing
Event delegationhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/03-event-delegation
Browser default actionshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/04-default-browser-action
Dispatching custom eventshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/2-events/05-dispatch-events
Mouse events basicshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/1-mouse-events-basics
Moving: mouseover/out, mouseenter/leavehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave
Drag'n'Drop with mouse eventshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/4-mouse-drag-and-drop
Keyboard: keydown and keyuphttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/5-keyboard-events
Scrollinghttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/3-event-details/8-onscroll
Form properties and methodshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/4-forms-controls/1-form-elements
Focusing: focus/blurhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/4-forms-controls/2-focus-blur
Events: change, input, cut, copy, pastehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/4-forms-controls/3-events-change-input
Forms: event and method submithttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/4-forms-controls/4-forms-submit
Page: DOMContentLoaded, load, beforeunload, unloadhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/5-loading/01-onload-ondomcontentloaded
Scripts: async, deferhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/5-loading/02-script-async-defer
Resource loading: onload and onerrorhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/5-loading/03-onload-onerror
Mutation observerhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/99-ui-misc/01-mutation-observer
@KenjiIhttps://github.com/KenjiI
Selection and Rangehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/99-ui-misc/02-selection-range
@KenjiIhttps://github.com/KenjiI
Event loop: microtasks and macrotaskshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/2-ui/99-ui-misc/03-event-loop
Popups and window methodshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/3-frames-and-windows/01-popup-windows
Cross-window communicationhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/3-frames-and-windows/03-cross-window-communication
The clickjacking attackhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/3-frames-and-windows/06-clickjacking
ArrayBuffer, binary arrayshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/4-binary/01-arraybuffer-binary-arrays
TextDecoder and TextEncoderhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/4-binary/02-text-decoder
Blobhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/4-binary/03-blob
File and FileReaderhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/4-binary/04-file
Fetchhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/01-fetch
FormDatahttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/02-formdata
Fetch: Download progresshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/03-fetch-progress
Fetch: Aborthttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/04-fetch-abort
Fetch: Cross-Origin Requestshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/05-fetch-crossorigin
Fetch APIhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/06-fetch-api
URL objectshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/07-url
XMLHttpRequesthttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/08-xmlhttprequest
Resumable file uploadhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/09-resume-upload
Long pollinghttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/10-long-polling
WebSockethttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/11-websocket
Server Sent Eventshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/5-network/12-server-sent-events
Cookies, document.cookiehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/6-data-storage/01-cookie
LocalStorage, sessionStoragehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/6-data-storage/02-localstorage
IndexedDBhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/6-data-storage/03-indexeddb
Bezier curvehttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/7-animation/1-bezier-curve
CSS-animationshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/7-animation/2-css-animations
JavaScript animationshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/7-animation/3-js-animation
From the orbital heighthttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/1-webcomponents-intro
Custom elementshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/2-custom-elements
Shadow DOMhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/3-shadow-dom
Template elementhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/4-template-element
Shadow DOM slots, compositionhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/5-slots-composition
Shadow DOM stylinghttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/6-shadow-dom-style
Shadow DOM and eventshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/8-web-components/7-shadow-dom-events
Patterns and flagshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/01-regexp-introduction
Methods of RegExp and Stringhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/02-regexp-methods
Character classeshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/03-regexp-character-classes
Escaping, special charactershttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/04-regexp-escaping
Sets and ranges [...]https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/05-regexp-character-sets-and-ranges
Quantifiers +, *, ? and {n}https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/07-regexp-quantifiers
Greedy and lazy quantifiershttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/08-regexp-greedy-and-lazy
Capturing groupshttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/09-regexp-groups
Backreferences in pattern: \n and \khttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/10-regexp-backreferences
Alternation (OR) |https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/11-regexp-alternation
String start ^ and finish $https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/12-regexp-anchors
Multiline mode, flag "m"https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/13-regexp-multiline-mode
Lookahead and lookbehindhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/14-regexp-lookahead-lookbehind
Infinite backtracking problemhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/15-regexp-infinite-backtracking-problem
Unicode: flag "u"https://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/20-regexp-unicode
Unicode character properties \phttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/21-regexp-unicode-properties
Sticky flag "y", searching at positionhttps://github.com/javascript-tutorial/ja.javascript.info/blob/master/9-regular-expressions/22-regexp-sticky
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.