javascript-tutorial / ja.javascript.info

現代の JavaScript チュートリアル
https://ja.javascript.info
Other
410 stars 83 forks source link

Update articles to the latest #194

Open KenjiI opened 3 years ago

KenjiI commented 3 years ago

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

@Kenjii

For New Translators

Please read this first (click to open)

To translate an article: 1. Check that no one else has claimed your article in the checklist below. 2. Comment below with the title of the article that you would like to translate, e.g. `An Introduction to JavaScript`. - **Please take only one article at a time**. 3. Fork this repo, translate the article in your fork and submit a pull request! - The pull request title should be same as the article, e.g. `An Introduction to JavaScript` (just like comment) Please 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.

For Maintainers

Click to open

Please let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them. For teams we suggest that an article has 2 reviews to be merged. Translalions are tracked below, like this: * [ ] [Home Page](url) (@kenjiI) #1 There's a helper bot to track translations, you can read more about it at . If something doesn't work right, please contact @KenjiI

Only maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate.

The JavaScript language

An introduction

JavaScript Fundamentals

Code quality

Objects: the basics

Data types

Advanced working with functions

Object properties configuration

Prototypes, inheritance

Classes

Error handling

Promises, async/await

Generators, advanced iteration

Modules

Miscellaneous

Browser: Document, Events, Interfaces

Document

Introduction to Events

UI Events

Forms, controls

Document and resource loading

Miscellaneous

Frames and windows

Binary data, files

Network requests

Storing data in the browser

Animation

Web components

Regular expressions

toku-sa-n commented 1 year ago

Hi, I've done updating "Popups and window methods" in #334 (sorry for the ex post facto report).

toku-sa-n commented 1 year ago

Hi, I'd like to update Currying and partials.

KenjiI commented 1 year ago

Sorry for replying late. Thanks for your contribution!