Commit graph

326 commits

Author SHA1 Message Date
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
Ilya Kantor
8f2ae7eb20 fixes #1931 2020-06-01 09:43:55 +03:00
Ilya Kantor
479c7f908a fixes #1935 2020-06-01 09:16:59 +03:00
Ilya Kantor
c799f28d2e minor fixes 2020-05-06 23:36:02 +03:00
Ilya Kantor
83c07e100a minor fixes 2020-05-06 23:34:02 +03:00
Ilya Kantor
08309a07f6 minor fixes 2020-05-06 23:24:22 +03:00
Ilya Kantor
6cf15b78bc minor fixes 2020-05-06 23:23:31 +03:00
Ilya Kantor
9bd640c414 minor fixes 2020-05-06 23:22:40 +03:00
Ilya Kantor
fc2ba214e8 minor fixes 2020-05-06 23:22:14 +03:00
Ilya Kantor
df6f6be420 minor fixes 2020-05-06 23:21:13 +03:00
Ilya Kantor
3440a4eb80 minor fixes 2020-05-06 23:19:55 +03:00
Ilya Kantor
0444de2a00 minor fixes 2020-05-06 22:46:26 +03:00
Ilya Kantor
458493781f minor fixes 2020-05-06 20:57:42 +03:00
Ilya Kantor
844b96a821 fix debounce 2020-05-06 20:35:58 +03:00
Ilya Kantor
80f2becc95 fix debounce 2020-05-06 20:29:17 +03:00
Ilya Kantor
cd5a7e451f fix debounce 2020-05-06 20:27:34 +03:00
Violet Bora Lee
b782700818 minor fixes 2020-05-06 17:10:53 +09:00
Ilya Kantor
5049c0b7d5
Merge pull request #1830 from wonderingabout/add-js-formatting
fix missing js formatting
2020-04-03 01:50:27 +03:00