Commit graph

393 commits

Author SHA1 Message Date
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
Ilya Kantor
9f686c90ce improve makeArmy task 2020-09-10 19:29:57 +03:00
Ilya Kantor
c65a1e85b8 WIP 2020-09-10 19:02:34 +03:00
Ilya Kantor
0168147c81
Merge pull request #2081 from MuhammedZakir/master
Restructure the Solution for 'Army of Functions' task and Fix Typos
2020-09-10 18:05:14 +03:00
Muhammed Zakir
9f099db565
Update solution.md 2020-09-10 14:42:04 +00:00
MuhammedZakir
0f5b63d86f Restructure the Solution for 'Army of Functions' task and Fix Typos
Fix #2068 - Army of Functions
Fix #2070 - Typo
Fix #2056 - Grammatical Error
Fix #2074 - Remove semi-colon after function declaration
2020-09-04 13:38:41 +05:30
Yogasmara
c658bb30f3
add missing closing bracket
Adding the missin closing bracket.
2020-09-03 16:54:31 +07:00
Moses Schwartz
b946ee04c9
Removed the parts about browser compatibility
`globalThis` is now supported in all major browsers, see link https://caniuse.com/#search=globalThis
2020-08-24 10:33:22 -04:00
Ilya Kantor
b85413d0bd
Update task.md 2020-08-22 10:46:56 +03:00
Ilya Kantor
858b733ce0
Update task.md 2020-08-22 10:45:44 +03:00
Ilya Kantor
3a924fc1e8 minor fixes 2020-08-10 22:52:57 +03:00
Ilya Kantor
fbf443e414 minor fixes 2020-08-09 21:03:34 +03:00
Ilya Kantor
2bf8a27fad minor fixes 2020-08-09 21:02:40 +03:00
Ilya Kantor
1cfd422270 minor fixes 2020-08-09 21:02:05 +03:00
Mustafa Kemal Tuna
b70f9498d1
grammatical fix 2020-07-21 20:27:36 +03:00
Mustafa Kemal Tuna
4fdf4c3083
to make binding more clear
understanding "pre-bound value"  can be little bit hard.
2020-07-21 19:04:09 +03:00
Ilya Kantor
80f76533e1
Merge pull request #1987 from pushpend3r/patch-1
Typo mistake
2020-07-18 14:11:41 +03:00
Ilya Kantor
4716d10dab
Merge pull request #1997 from leviding/patch-15
Fix typo error: delete a blank
2020-07-18 14:09:57 +03:00
LeviDing
de13fafd1b
Update bindAll of lodash 2020-07-17 14:11:01 +08:00
LeviDing
23fb044973
Update task.md 2020-07-07 20:18:26 +08:00
Pushpender
eb49cb9345
Type mistake
Used "unitialized" instead of "uninitialized"
2020-07-02 23:18:39 +05:30
Peter Roche
e4e6a50b57
'where finds it and changes' -> 'where it finds and changes it'
Was tempted to suggest something a bit wordier: "where it finds it and, in this case, changes it", but I thought this would do.
2020-06-21 03:51:06 -06:00
Peter Roche
1f7b137e64
'since this moment' -> 'from this point forward' 2020-06-21 03:26:05 -06:00
aadijoshi
393f1ce33d
Set fake timers after calling throttle
Calling throttle before setting the fake timers will break any implementations that save a timestamp outside the wrapper function.
2020-06-16 18:51:17 +05:30
Logan Schelly
267e825560 Made the test cases easier to read. 2020-06-15 15:13:01 -06:00
Logan Schelly
e5fe4a08bd Got rid of excessive newlines in task/sum-many-brackets sandbox code. 2020-06-10 15:38:18 -06:00
Logan Schelly
f20fb43f70 Add test case/sandbox for 1-js/06-advanced-functions/06-function-object/5-sum-many-brackets
I used the solution and examples already in the article.
I chose to make the test cases use Array.reduce() to compute the sum,
instead of hard-coding the answer myself.
Not sure how good of practice that is.
2020-06-10 15:29:06 -06:00
Ilya Kantor
f5a3f379a4 minor fixes 2020-06-08 11:07:46 +03:00
Ilya Kantor
c2c080ed8e minor fixes 2020-06-08 11:04:16 +03:00
Logan Schelly
a0383c07c0 Add test cases for 1-js/06-advanced-functions/03-closure/9-sort-by-field
Just a simple check to see if the code works on the example given in the task.
2020-06-04 23:07:25 -06:00