Commit graph

15 commits

Author SHA1 Message Date
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
Michael Frank
791a579823 Standardised function declaration calls across exercises 2021-04-29 21:33:30 +12: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
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
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
Renamed from 02_calculator/calculator.js (Browse further)