Commit graph

5134 commits

Author SHA1 Message Date
Ilya Kantor
38407b17b0
Merge pull request #2351 from vsemozhetbyt/7.3
Fix typos in 7.3 (JavaScript animations)
2020-12-05 19:39:08 +03:00
Ilya Kantor
386870dd50 minor fixes 2020-12-05 19:38:24 +03:00
Ilya Kantor
75302a601e
Merge pull request #2330 from vsemozhetbyt/patch-3
Fix typo, add info in 1.11.5 (Promise API)
2020-12-05 19:29:51 +03:00
Ilya Kantor
9fab25a7a2
Merge pull request #2329 from vsemozhetbyt/patch-2
Fix typo in 1.99.1 (Proxy and Reflect)
2020-12-05 19:29:26 +03:00
Vse Mozhe Buty
3d4a6e9223 Fix typos in 7.3 (JavaScript animations) 2020-12-05 17:56:33 +02:00
Ilya Kantor
ff40f490ac
Merge pull request #2342 from vsemozhetbyt/patch-10
Fix typo in 7.1 (Bezier curve)
2020-12-05 18:46:57 +03:00
Ilya Kantor
b65c62588e
Merge pull request #2343 from vsemozhetbyt/patch-11
Fix typo in 7.2 (CSS-animations)
2020-12-05 18:46:45 +03:00
Ilya Kantor
f274f4d1f9
Merge pull request #2347 from PGlivicky/fix-clock-setinterval-solution
Fix bug in the 'colored clock with setInterval' task's solution
2020-12-05 18:07:08 +03:00
Ilya Kantor
e112b8bc16
Merge pull request #2349 from odsantos/fix-arrays-typos
Fix typo.
2020-12-05 18:04:37 +03:00
Ilya Kantor
44f4795a4c selection 2020-12-05 18:04:00 +03:00
Osvaldo Dias dos Santos
268159c139 Fix typo. 2020-12-05 00:04:46 +01:00
Petr Glivicky
6118cc0878 Add a missing bracket in the solution description 2020-12-04 21:13:51 +01:00
Petr Glivicky
d4c23dcf37 Fix bug: Clock can't be stopped when 'Start' clicked while running 2020-12-04 20:40:01 +01:00
Vse Mozhe Buty
09281788bf
Fix typo in 7.2 (CSS-animations) 2020-12-04 00:00:44 +02:00
Vse Mozhe Buty
21dc1384cf
Fix typo in 7.1 (Bezier curve) 2020-12-03 16:57:48 +02:00
Vse Mozhe Buty
34e711cb23
Fix typo, add info in 1.11.5 (Promise API) 2020-11-29 18:06:45 +02:00
Vse Mozhe Buty
b1bee552b2
Fix typo in 1.99.1 (Proxy and Reflect) 2020-11-29 17:45:05 +02:00
Ilya Kantor
e1a3f634a4
Merge pull request #2327 from joaquinelio/patch-4
Update article.md
2020-11-29 11:25:39 +03:00
Ilya Kantor
9065fd33d0
Merge pull request #2302 from patrikbego/patch-3
Rephrased for clarity.
2020-11-29 11:25:18 +03:00
Ilya Kantor
361c702e8e
Merge pull request #2316 from vsemozhetbyt/patch-2
Fix typos in 4.3 (Blob)
2020-11-29 11:24:24 +03:00
Ilya Kantor
574dd84b23 closes #2319 2020-11-29 11:22:53 +03:00
Ilya Kantor
d05bbe0132
Merge pull request #2320 from vsemozhetbyt/patch-3
Fix typo in 5.2 (FormData)
2020-11-29 11:16:27 +03:00
Ilya Kantor
8b987211e2
Merge pull request #2321 from vsemozhetbyt/patch-4
Add missing parenthesis in 5.6 (Fetch API)
2020-11-29 11:16:18 +03:00
Ilya Kantor
4697b7bafe
Merge pull request #2322 from vsemozhetbyt/patch-5
Fix typos in 5.8 (XMLHttpRequest)
2020-11-29 11:16:02 +03:00
Ilya Kantor
277374fb00
Merge pull request #2323 from vsemozhetbyt/patch-6
Expand a note in 5.8 (XMLHttpRequest)
2020-11-29 11:15:36 +03:00
Ilya Kantor
59c54002ce
Merge pull request #2324 from vsemozhetbyt/p5.9
Replace deprecated property in 5.9 (Resumable file upload)
2020-11-29 11:15:19 +03:00
Ilya Kantor
8e6ace0d66
Merge pull request #2325 from vsemozhetbyt/patch-7
Fix typo in 5.11 (WebSocket)
2020-11-29 11:14:54 +03:00
Ilya Kantor
6f7d9cf0f8 minor fixes 2020-11-29 11:14:29 +03:00
Ilya Kantor
00f138c611
Merge pull request #2140 from peachesontour/patch-14
Typos
2020-11-29 11:13:50 +03:00
Ilya Kantor
ebd774d28d
Update 7-animation/2-css-animations/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
2020-11-29 11:12:18 +03:00
joaquinelio
b852cfef7f
Update article.md 2020-11-29 05:04:39 -03:00
Ilya Kantor
d2ebb4236d
Merge pull request #2288 from lumosmind/patch-54
Promise.any
2020-11-29 10:56:43 +03:00
Ilya Kantor
e558805d8b fixes #2326 2020-11-29 10:02:02 +03:00
Vse Mozhe Buty
c828fe3f3b
Fix typo in 5.11 (WebSocket) 2020-11-29 02:45:50 +02:00
Vse Mozhe Buty
0f0a0c564a Replace deprecated property in 5.9 (Resumable file upload) 2020-11-28 22:49:20 +02:00
Vse Mozhe Buty
513d36eabf
Expand a note in 5.8 (XMLHttpRequest) 2020-11-28 19:56:23 +02:00
Vse Mozhe Buty
b79964ad8d
Fix typos in 5.8 (XMLHttpRequest) 2020-11-28 19:52:12 +02:00
Vse Mozhe Buty
ae6f990d62
Add missing parenthesis in 5.6 (Fetch API) 2020-11-27 16:47:08 +02:00
Vse Mozhe Buty
2793f330fd
Fix typo in 5.2 (FormData) 2020-11-26 20:22:57 +02:00
Vse Mozhe Buty
91da65d1d3 Fix typos in 4.3 (Blob) 2020-11-25 23:55:07 +02:00
Ilya Kantor
6ec4c4fc99 minor fixes 2020-11-25 23:24:12 +03:00
Ilya Kantor
fee665777f minor fixes 2020-11-25 23:23:59 +03:00
Ilya Kantor
0ac7894d10 minor fixes 2020-11-25 23:23:13 +03:00
Ilya Kantor
0eef95040c minor fixes 2020-11-25 23:22:50 +03:00
Ilya Kantor
a0b0d43060
Merge pull request #2315 from vsemozhetbyt/patch-1
Fix possible typos in 4.1 (ArrayBuffer, binary arrays)
2020-11-25 18:12:51 +03:00
Vse Mozhe Buty
193e174653
Fix possible typos in 4.1 (ArrayBuffer, binary arrays) 2020-11-25 17:10:48 +02:00
Ilya Kantor
b3974b3d51
Merge pull request #2313 from vsemozhetbyt/patch-12
Correct subhead in 3.1 (Popups and window methods)
2020-11-25 14:19:31 +03:00
Ilya Kantor
36c07028a3
Merge pull request #2309 from vsemozhetbyt/patch-11
Fix typo in 2.99.2 (Selection and Range)
2020-11-25 14:19:13 +03:00
Ilya Kantor
947afdda31
Merge pull request #2297 from patrikbego/patch-2
Fixed couple of grammar mistakes.
2020-11-25 13:55:19 +03:00
Mustafa Kemal Tuna
b73c2a4525
typo 2020-11-25 10:38:23 +03:00