Commit graph

6 commits

Author SHA1 Message Date
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
Ilya Kantor
211e20992e closes #2225 2020-12-05 23:09:36 +03:00
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
97c8f22bbb up 2017-03-21 17:14:05 +03:00