Skip to content

Commit f611beb

Browse files
committed
progress
1 parent 244eb09 commit f611beb

File tree

1 file changed

+124
-0
lines changed

1 file changed

+124
-0
lines changed

PROGRESS.md

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
[10:37:02] Using gulpfile /js/translate/gulpfile.js
2+
[10:37:02] Starting 'progress.md'...
3+
4+
## Maintainer List
5+
6+
@iliakan
7+
8+
## For New Translators
9+
10+
To translate a page:
11+
12+
1. Check that no one else has claimed your page in the checklist and comments below.
13+
2. Comment below with the name of the page you would like to translate. **Please take only one page at a time**.
14+
3. Clone this repo, translate your page, and submit a pull request!
15+
16+
Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.
17+
18+
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.
19+
20+
## For Maintainers
21+
22+
When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:
23+
24+
* [ ] Home Page (@lex111) #1
25+
26+
When PRs are merged, make sure to mark that page as completed!
27+
28+
29+
## The JavaScript language
30+
31+
* [ ] An introduction
32+
* [ ] JavaScript Fundamentals
33+
* [ ] Code quality
34+
* [ ] Objects: the basics
35+
* [ ] Data types
36+
* [ ] Advanced working with functions
37+
* [ ] Object properties configuration
38+
* [ ] Prototypes, inheritance
39+
* [ ] Classes
40+
* [ ] Error handling
41+
* [ ] Promises, async/await
42+
* [ ] Generators, advanced iteration
43+
* [ ] Modules
44+
45+
## Browser: Document, Events, Interfaces
46+
47+
* [ ] Document
48+
* [ ] Introduction into Events
49+
* [ ] UI Events
50+
* [ ] Forms, controls
51+
* [ ] Document and resource loading
52+
53+
## Frames and windows
54+
55+
* [ ] Popups and window methods
56+
* [ ] Cross-window communication
57+
* [ ] The clickjacking attack
58+
59+
## Binary data, files
60+
61+
* [ ] ArrayBuffer, binary arrays
62+
* [ ] TextDecoder and TextEncoder
63+
* [ ] Blob
64+
* [ ] File and FileReader
65+
66+
## Network requests
67+
68+
* [ ] Fetch: Basics
69+
* [ ] Fetch: Download progress
70+
* [ ] Fetch: Abort
71+
* [ ] Fetch: Cross-Origin Requests
72+
* [ ] Fetch API
73+
* [ ] URL objects
74+
* [ ] XMLHttpRequest
75+
* [ ] WebSocket
76+
77+
## Storing data in the browser
78+
79+
* [ ] Cookies, document.cookie
80+
* [ ] LocalStorage, sessionStorage
81+
* [ ] IndexedDB
82+
83+
## Animation
84+
85+
* [ ] Bezier curve
86+
* [ ] CSS-animations
87+
* [ ] JavaScript animations
88+
89+
## Web components
90+
91+
* [ ] From the orbital height
92+
* [ ] Custom elements
93+
* [ ] Shadow DOM
94+
* [ ] Template element
95+
* [ ] Shadow DOM slots, composition
96+
* [ ] Shadow DOM styling
97+
* [ ] Shadow DOM and events
98+
99+
## Regular expressions
100+
101+
* [ ] Patterns and flags
102+
* [ ] Methods of RegExp and String
103+
* [ ] Character classes
104+
* [ ] Escaping, special characters
105+
* [ ] Sets and ranges [...]
106+
* [ ] Quantifiers +, *, ? and {n}
107+
* [ ] Greedy and lazy quantifiers
108+
* [ ] Capturing groups
109+
* [ ] Backreferences in pattern: \n and \k
110+
* [ ] Alternation (OR) |
111+
* [ ] String start ^ and finish $
112+
* [ ] Multiline mode, flag "m"
113+
* [ ] Lookahead and lookbehind
114+
* [ ] Infinite backtracking problem
115+
* [ ] Unicode: flag "u"
116+
* [ ] Unicode character properies \p
117+
* [ ] Sticky flag "y", searching at position
118+
119+
## Miscellaneous
120+
121+
* [ ] Mutation observer
122+
123+
124+
[10:37:02] Finished 'progress.md' after 358 ms

0 commit comments

Comments
 (0)