Commit graph

34 commits

Author SHA1 Message Date
Marvin Gay
ad1c0c407f Revert "Merge branch 'jest'"
This reverts commit f76e9e108f.
2021-05-12 22:10:23 -04:00
Marvin Gay
8430e59fe4 Merge branch 'origin/master' into 'jest' 2021-05-12 21:45:11 -04:00
Michael Frank
321e943041 Update exercise number of each exercise 2021-05-12 19:39:31 +12:00
Michael Frank
8b753de1d1 multiple files: Added a blank line at the end of each file 2021-05-12 19:37:53 +12:00
Michael Frank
2f63b3e380 added trailing semicolon to all function and module exports 2021-05-10 21:27:55 +12:00
Michael Frank
58d2eb108a Minor grammatical fixes 2021-05-09 22:08:25 +12:00
Tatiana
4efb36f3aa Revert "run jest-codemods on .spec.js files, move generator-exercises back in"
This reverts commit 7a001e0fdb.
2021-05-08 11:32:41 -07:00
Tatiana
674fcf8e56 Revert "update tests, multiple exercises"
This reverts commit 2eb02ea212.
2021-05-08 11:31:02 -07:00
Tatiana
405b47c452 Revert "Standardised function declaration calls across exercises"
This reverts commit 791a579823.
2021-05-08 11:29:43 -07:00
Tatiana
b2f2211321 Revert "Resolve merge conflicts"
This reverts commit 61338e0ca0, reversing
changes made to b9983073cc.
2021-05-08 11:27:13 -07:00
Tatiana
18cffeb940 Revert "update cloning link"
This reverts commit 4c771f2e05.
2021-05-08 11:25:04 -07:00
Michael Frank
d28d80c46f Clean up the oopsie. Rebuild the blank exercises. 2021-05-09 00:39:21 +12:00
Michael Frank
b984cb4c6f Merge branch 'master' of TOP/javascript-exercises 2021-05-09 00:29:44 +12:00
xandora
e6a0bb03a5
Merge branch 'solutions' into master 2021-05-09 00:10:19 +12:00
Michael Frank
febe6522f3 Typo fixes, remove duplicate exercise folder 2021-04-30 21:54:46 +12:00
Michael Frank
791a579823 Standardised function declaration calls across exercises 2021-04-29 21:33:30 +12:00
Michael Frank
2eb02ea212 update tests, multiple exercises 2021-03-10 00:12:25 +13:00
Michael Frank
7a001e0fdb run jest-codemods on .spec.js files, move generator-exercises back in 2021-03-03 15:25:29 +13:00
seoul2045
645cbc746f
Update calculator.js
The reduce() method syntax for callbacks assigns the accumulator value followed by the currentValue, so I think the above variables should be switched.
2019-05-16 09:49:12 +07:00
Rhys
3e28169672
Update calculator.js 2018-09-28 13:38:36 +08:00
Rhys
3182c2c22d
Update calculator.js 2018-09-28 13:36:03 +08:00
Rhys
5156aa6611
Update calculator.js 2018-09-28 13:35:40 +08:00
Rhys
7b03e764bb
Update calculator.js
Fix typo
2018-09-28 13:35:21 +08:00
Rhys
d3412c1423
Update calculator.js 2018-09-27 14:18:29 +08:00
bchalman
b030e9a66b
Fix return value of recursive factorial function
While the previous return functioned the same (because it was calling another factorial function), it was not recursive. All credit still to ThirtyThreeB, just thought this might confuse some people and was worth fixing!
2018-08-19 13:02:55 -07:00
Étienne Boisseau-Sierra
00407bdee5 Transform 'let' in 'const' where needs be 2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra
3a9251d55e Transform 'var' in 'let' 2018-08-07 11:25:16 +01:00
Tommy
d4ac500896 add xit to problems on calc spec file so make it consistent with other exercises 2018-07-23 11:50:39 -07:00
Jacob C Moore
e8f9821be6
Update calculator.spec.js 2018-01-13 12:34:10 -05:00
Cody Loyd
d63ee47dcb
Update calculator.js 2018-01-03 12:21:25 -06:00
ThirtyThreeB
83a2b6aead
Corrected solution to factorial function 2018-01-03 12:10:49 -05:00
Jakub Broz
5c78dc7ebe zero factorial is 1 2018-01-01 15:56:20 +01:00
Cody Loyd
834d78b8b2 remove timer and simon 2017-12-15 12:56:14 -06:00
Matthew-Cravinhos
818c14e0bd Fixed folder titles 2017-09-22 17:32:56 -04:00