Commit graph

3116 commits

Author SHA1 Message Date
Vse Mozhe Buty
9a3567857d
Add missing semicolons in 1.9.2 (Class inheritance) 2020-10-27 19:24:45 +02:00
Vse Mozhe Buty
9bf1489101
Clarify task code place in 1.9.1 (Class basic syntax) 2020-10-27 18:37:31 +02:00
Vse Mozhe Buty
0682ae7c65
Delete excess semicolon in 1.9.1 (Class basic syntax) 2020-10-27 18:30:17 +02:00
mikemitchell574
ccfec1fae0
Add emphasis for clarity 2020-10-25 16:07:19 -04:00
Vse Mozhe Buty
7ee9c6a9e1
Fix links in 1.8.4 (Prototype methods)
Current links are 404.
2020-10-25 18:40:42 +02:00
mikemitchell574
901e5ef8a4
Update topic sentence
A simple fix to better frame the difference between a transpiler and a polyfill.
2020-10-24 22:10:06 -04:00
mikemitchell574
2e057065b7
Replace rules.indent array with number
ESLint 7.12.0 indent rule configuration now only accepts a number value. The array provided returns a runtime error.
2020-10-24 11:00:39 -04:00
Dawid Kopys
567d911f63 Minor clarification on WeakMap and WeakSet 2020-10-24 13:31:46 +02:00
Herrera-pgoat
58ee49a958
Update task.md
Made it clear what the question was asking from the user.
2020-10-22 16:05:32 -05:00
Ilya Kantor
2d5be7b730
Merge pull request #2229 from vsemozhetbyt/patch-14
Fix typos, specify link in 1.6.8 (Scheduling)
2020-10-22 23:46:42 +03:00
Ilya Kantor
44252ada82
Merge pull request #2228 from vsemozhetbyt/patch-13
Fix possible typo in 1.6.7 ("new Function" syntax)
2020-10-22 23:46:17 +03:00
Ilya Kantor
decb6a2aff
Merge pull request #2226 from vsemozhetbyt/patch-12
Fix a typo in 1.6.6 (function object, NFE)
2020-10-22 23:46:02 +03:00
Ilya Kantor
7ddddd299d
Merge pull request #2224 from vsemozhetbyt/patch-11
Mention function declaration in 1.6.5 (global object)
2020-10-22 23:45:49 +03:00
Ilya Kantor
bd0fbbe24d
Merge pull request #2219 from vsemozhetbyt/patch-9
Fix typo in 1.4.7 (optional chaining)
2020-10-22 23:43:07 +03:00
Ilya Kantor
3897d24e7e
Merge pull request #2214 from leviding/patch-29
FIX: delete extra space
2020-10-22 23:42:12 +03:00
Ilya Kantor
c8edd84687
Merge pull request #2213 from leviding/patch-28
FIX: change ; to ,
2020-10-22 23:41:58 +03:00
Vse Mozhe Buty
ad4959226f
Fix typos, specify link in 1.6.8 (Scheduling) 2020-10-22 23:13:56 +03:00
Vse Mozhe Buty
518daec180
Fix possible typo in 1.6.7 ("new Function" syntax) 2020-10-22 08:42:41 +03:00
Vse Mozhe Buty
e8455bc5bc
Fix a typo in 1.6.6 (function object, NFE) 2020-10-21 20:36:09 +03:00
Vse Mozhe Buty
4a75ea406c
Mention function declaration in 1.6.5 (global object) 2020-10-21 19:59:06 +03:00
Vse Mozhe Buty
b0c60e3b29
Remove possibly outdated comment
Currently, the error is alerted and the console is empty (at least in Chrome).
2020-10-20 23:22:00 +03:00
Vse Mozhe Buty
9b2f866a39
Fix typo in 1.4.7 (optional chaining) 2020-10-20 20:08:15 +03:00
Ilya Kantor
971a32e114
Update article.md 2020-10-20 11:56:11 +03:00
Ilya Kantor
24ff585f6b
Update article.md 2020-10-20 11:55:51 +03:00
Ilya Kantor
a50239806a
Update article.md 2020-10-20 11:41:34 +03:00
Ilya Kantor
6393a9fe66
Update article.md 2020-10-20 11:40:25 +03:00
Ilya Kantor
614c5ff214
Update article.md 2020-10-20 11:38:38 +03:00
Ilya Kantor
1197b01da5
Update article.md 2020-10-20 11:34:54 +03:00
Ilya Kantor
e92bbb1303
Update article.md 2020-10-20 11:29:31 +03:00
Ilya Kantor
9ad8f66e58
Update article.md 2020-10-20 11:28:12 +03:00
Ilya Kantor
d961910b6c
Update article.md 2020-10-20 11:27:04 +03:00
Ilya Kantor
fca113b532
Update article.md 2020-10-20 11:20:50 +03:00
Ilya Kantor
d4120a0ae5
Update article.md 2020-10-20 11:17:09 +03:00
Ilya Kantor
44a17a32ca
Update article.md 2020-10-20 11:14:04 +03:00
Ilya Kantor
c69ca0dd1c
Update article.md 2020-10-20 11:13:04 +03:00
Ilya Kantor
7487ce9ebe
Update article.md 2020-10-20 11:11:31 +03:00
Ilya Kantor
959dc23a9b
Update article.md 2020-10-20 11:11:07 +03:00
Ilya Kantor
e74295c42c
Update article.md 2020-10-20 08:37:18 +03:00
Ilya Kantor
c634301e90
Update article.md 2020-10-20 08:27:07 +03:00
Ilya Kantor
9d4a69d42d
Update article.md 2020-10-20 08:26:40 +03:00
Ilya Kantor
030decc910
Update article.md 2020-10-20 08:24:11 +03:00
LeviDing
4131b29d7d
FIX: delete extra space 2020-10-19 09:26:53 +08:00
LeviDing
649539ef05
FIX: delete extra space 2020-10-18 22:28:23 +08:00
LeviDing
ca1ef0d734
FIX: change ; to , 2020-10-18 22:23:10 +08:00
Ilya Kantor
d6e88647b4 minor fixes 2020-10-17 21:50:55 +03:00
LeviDing
de8cf9fe5c
FIX: delete extra space 2020-10-17 14:49:29 +08:00
Vse Mozhe Buty
187e8e13fa
Fix a typo in 1.6.1 task solution 2020-10-15 18:35:59 +03:00
Vse Mozhe Buty
d6f98e1ed6
Fix a possible typo in 1.6.1 2020-10-15 18:34:19 +03:00
LeviDing
fe3ba111bf
OPT: change "false" to "falsy" 2020-10-15 22:11:10 +08:00
LeviDing
f0c55baab7
FIX: change ; to , 2020-10-15 13:16:32 +08:00