Commit graph

307 commits

Author SHA1 Message Date
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
Ahmed Magdy Seleem
6b5a524991
fix an anchor link error
Object.assign() is referring to wrong article, which is Sympol.
so I fix it to the right article "objects" with the right section #Cloning and merging, Object.assign
2020-04-02 01:52:15 +02:00
Ilya Kantor
42eadf9f56
Merge pull request #1814 from michael-mcgee/closure-article-edit
Edit sentance syntax in closure article
2020-03-29 10:00:09 +03:00
wonderingabout
aad6f5e341 fix missing js formatting 2020-03-29 08:42:52 +02:00
Peter Roche
c038ef4669
Merge pull request #1823 from wonderingabout/trick-deep-copy-spread
Trick get a new copy of object/array using spread operator
2020-03-29 00:19:45 -06:00
wonderingabout
f4cb058d7f trick get a new copy of objects/arrays using the spread operator 2020-03-29 08:05:46 +02:00
wonderingabout
0903209ce3 fix typo 2020-03-27 07:56:26 +01:00
Michael McGee
9900be90a7
Edit sentance syntax in closure article 2020-03-24 18:04:26 +10:30
Ilya Kantor
4939a18f24
Merge pull request #1779 from leviding/patch-3
func.apply(context, args);   // is same as using apply => Is a type error?
2020-03-21 09:14:27 +03:00
Violet Bora Lee
958cbe72b8 minor fixes
- fix erratas
- fix wrong error message
- add 'run' on runnable example
- add explanation about window.onload property corresponding load event
- add comment about window.onstorage property corresponding storage event
2020-03-14 07:27:49 +09:00
LeviDing
c039f04ef9
Update article.md 2020-02-29 19:52:30 +08:00
LeviDing
33c2a4e39d
Update article.md 2020-02-23 17:49:11 +08:00
Peter Roche
188f497f86
"better to demonstrate" -> "best demonstrated", ", like this:" -> ":" 2020-02-21 15:56:24 -07:00
Kelly K H
642b56329e edited alice's wage difference, wage is based on the average of her male counterparts and rounded up for easy comprehension. 2020-02-18 13:14:35 -05:00
Ilya Kantor
c2a9c2da58 closure task 2019-12-29 00:33:46 +03:00
Ilya Kantor
994390265a fixes #1669 2019-12-27 11:40:59 +03:00
Ilya Kantor
964ed57c42 closure 2019-12-26 14:59:57 +03:00
Ilya Kantor
22cab45a69
Merge pull request #1606 from jakewilson/patch-1
Fix small grammar mistake in closure makeArmy task
2019-11-30 10:50:09 +03:00
Ilya Kantor
d334cf8787 minor fixes 2019-11-30 09:31:19 +03:00
Ilya Kantor
4587fde235 re-import images (Sketch update) 2019-11-30 08:51:52 +03:00