Mahdyar Hasanpour
2f980540fb
chore: fix a typo
2021-10-04 18:44:46 +03:30
Siim Pragi
6b4cfc2eb3
Fix grammar
2021-08-09 21:07:23 +03:00
Ilya Kantor
74d14af108
minor fixes
2021-05-13 13:13:18 +03:00
Ilya Kantor
ebfef9f6fc
Merge pull request #2539 from joaquinelio/patch-8
...
typo
2021-03-26 08:25:32 +03:00
Ilya Kantor
677fb621dd
Merge pull request #2540 from joaquinelio/patch-9
...
typo
2021-03-26 08:25:21 +03:00
Ilya Kantor
5f875abc97
Merge pull request #2541 from LLyaudet/patch-3
...
2 typos
2021-03-26 08:25:11 +03:00
Ilya Kantor
0dc1961648
Merge pull request #2542 from LLyaudet/patch-4
...
1 typo in 06-function-object
2021-03-26 08:24:49 +03:00
Laurent Lyaudet
c2cbc4cdaa
avoid race condition in 06-advanced-functions/09-call-apply-decorators/04-throttle/solution.md
...
Well there is still a chance for a race condition but a smaller one.
We would need an atomic "if or set" for isThrottled
2021-03-24 17:27:49 +01:00
Laurent Lyaudet
8bc74f1bde
1 typo in 06-function-object
...
in 06-advanced-functions/06-function-object/5-sum-many-brackets/solution.md
2021-03-24 16:33:28 +01:00
Laurent Lyaudet
3855301b7f
2 typos
2021-03-24 15:53:22 +01:00
joaquinelio
a010fbc24d
typo
2021-03-23 03:56:48 -03:00
joaquinelio
d464ee94d2
typo
2021-03-23 03:54:31 -03:00
fibretothepremises
879554f082
Update article.md - fix syntax
...
Fix syntax
2021-02-25 09:48:46 +11:00
Ilya Kantor
3fa4c32e1d
minor fixes
2021-02-02 11:43:35 +03:00
Ilya Kantor
f3dc5d1174
Merge pull request #2484 from MuhammedZakir/patch-1
...
Add missing semicolon in Arrow Functions (1-6-12)
2021-02-02 10:32:44 +03:00
Ilya Kantor
ebd0d110df
Merge pull request #2485 from notapatch/pr-call-apply-decorators-clearer-comments
...
Clearer CachingDecorator comments
2021-02-02 10:32:33 +03:00
Aniket Samant
96e95bb3d1
Update article.md
...
A minor addition. (...where such thing doesn't happen. --> where such a thing doesn't happen.)
2021-02-02 03:47:59 +05:30
Richard
18534d3abd
Clearer CachingDecorator comments
...
- comments are in pairs. The first of the pair talks about what
happened "caching" and the second pair talks about what was
alerted "the same". This is confusing.
- changed comment so both lines tell the reader what happened
and what result was returned.
2021-02-01 18:08:34 +00:00
Muhammed Zakir
4df24f3a08
Add missing semicolon in Arrow Functions (1-6-12)
2021-02-01 21:42:48 +05:30
martynov-94
2229a48957
Update article.md
...
One redundant 'here' here
2021-01-08 09:59:17 +03:00
Nazar
f3555ee990
fixed small typos
2020-12-20 15:00:41 +02:00
Ilya Kantor
211e20992e
closes #2225
2020-12-05 23:09:36 +03:00
LeviDing
15780b3a24
Update task.md
2020-11-17 20:58:33 +08:00
Ilya Kantor
611236fd7f
Merge pull request #2203 from leviding/patch-25
...
OPT: change "false" to "falsy"
2020-11-11 18:54:47 +03:00
Ilya Kantor
ad4bd59160
Merge pull request #2204 from vsemozhetbyt/patch-7
...
Fix a possible typo in 1.6.1
2020-11-11 18:54:37 +03:00
Ilya Kantor
32d4f13ce3
Merge pull request #2205 from vsemozhetbyt/patch-8
...
Fix a typo in 1.6.1 task solution
2020-11-11 18:54:20 +03: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
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
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
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
Ilya Kantor
165ea8373c
Merge pull request #2125 from shanesc/patch-1
...
Add Edge to list of V8-powered browsers
2020-09-24 10:42:03 +03:00
Ilya Kantor
e61bfa2631
minor fixes
2020-09-23 12:42:10 +03:00
MuhammedZakir
fdf8eb3f8c
Improve make-army task
...
Fix grammar and indent some paragraphs.
Complements javascript-tutorial/en.javascript.info#2081 .
2020-09-18 12:30:52 +05:30
Shane
a4b95f05a9
Add Edge to list of V8-powered browsers
2020-09-17 17:21:11 +01:00
Ilya Kantor
593a9204c8
Merge pull request #2114 from MuhammedZakir/old-var-article
...
Fix javascript-tutorial#2098 - replace let with var in IIFE example
2020-09-12 15:51:38 +03:00
Ilya Kantor
17faacf683
minor
2020-09-12 15:11:25 +03:00
Muhammed Zakir
c040a90672
Added requested change
2020-09-11 10:00:53 +00:00
MuhammedZakir
99caa80018
Fix javascript-tutorial#2098 - replace let with var in IIFE example
2020-09-11 13:31:57 +05:30