Commit graph

48 commits

Author SHA1 Message Date
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
Kevin Mulhern
ee8f672bdd
Merge pull request #23 from bchalman/patch-1
Fix return value of recursiveFactorial function
2018-08-21 22:14:50 +01: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
b14ac4ea17
Merge pull request #9 from ThirtyThreeB/patch-1
Corrected solution to factorial function
2018-01-03 12:22:13 -06: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
35ed3d7b44 sumAll 2017-12-15 13:43:38 -06:00
Cody Loyd
02d2ca43f4 solutions 2017-12-15 13:26:05 -06:00
Cody Loyd
7facb382ac update gitignore 2017-12-15 12:57:30 -06:00
Cody Loyd
834d78b8b2 remove timer and simon 2017-12-15 12:56:14 -06:00
Cody Loyd
14cc7d40bd piglatin 2017-12-15 12:52:22 -06:00
Cody Loyd
956727d4e5 palindrome solution 2017-12-15 11:15:57 -06:00
Cody Loyd
d42eebaab8 solutions 2017-12-15 11:01:24 -06:00
Cody Loyd
72878172b5 leap years solution 2017-12-14 15:35:45 -06:00
Cody Loyd
c14e4628ec add solutions to first exercises 2017-11-04 23:03:44 -05:00
Cody Loyd
f0bf584e59 Update README.md 2017-10-25 13:14:31 -05:00
Cody Loyd
4aec9d41fd Update tempConversion.spec.js 2017-10-25 11:53:33 -05:00
Cody Loyd
afaa699ad1 Update leapYears.spec.js 2017-10-25 11:52:28 -05:00
Cody Loyd
2b524fb14d Merge pull request #3 from TheOdinProject/add-hints
add hints to exercises
2017-10-24 15:13:13 -05:00
Cody Loyd
dd17d8ac8b add hints to exercises 2017-10-24 15:10:20 -05:00
Cody Loyd
cf1759dc97 Merge pull request #2 from Matthew-Cravinhos/master
Fixed Directory Titles
2017-09-22 17:18:30 -05:00
Matthew-Cravinhos
818c14e0bd Fixed folder titles 2017-09-22 17:32:56 -04:00
Matthew-Cravinhos
6012c3a095 Added test cases 2017-09-20 19:04:46 -04:00
Cody Loyd
f72bdd2ee3 Update README.md 2017-09-20 13:35:31 -05:00
Cody Loyd
36cda1edba Update README.md 2017-09-20 13:32:42 -05:00
Cody Loyd
c501b322f8 remove numbering 2017-09-20 11:02:31 -05:00
Cody Loyd
100f940905 add more exercises 2017-08-28 05:52:02 -05:00
Cody Loyd
bdc61b6474 add fibonacci 2017-08-25 14:29:48 -05:00
Cody Loyd
4dc777616c add snakeCase 2017-08-25 14:16:42 -05:00
Cody Loyd
f04a440e58 added palindromes exercise 2017-08-25 14:07:28 -05:00
Cody Loyd
b847c3bd61 add caesar cipher 2017-08-25 13:59:26 -05:00
Cody Loyd
cadd4b255c add leapYears 2017-08-25 13:47:05 -05:00
Cody Loyd
5c559cf15a update temp conversion readme 2017-08-25 10:29:32 -05:00
Cody Loyd
fc9725de7f add tempConversion 2017-08-25 10:27:07 -05:00
Cody Loyd
fe087fdd5c add sumAll 2017-08-24 08:26:01 -05:00
Cody Loyd
4c8f1643ec add removeFromArray 2017-08-24 08:12:11 -05:00
Cody Loyd
fd5b062516 add generator and repeatString 2017-08-21 10:28:29 -05:00
Cody Loyd
85ca46440e typo 2017-08-18 08:12:17 -05:00
Cody Loyd
15271b14e7 add planned exercises 2017-08-18 08:11:45 -05:00
Cody Loyd
82dc28ef1e reverse String 2017-08-17 16:19:17 -05:00
Cody Loyd
b95fa8ea60 node 2017-08-17 16:07:22 -05:00
Cody Loyd
8d8d80f062 rename readme 2017-08-17 14:22:34 -05:00
Cody Loyd
8f068d9b3b spelling 2017-08-17 13:52:00 -05:00
Cody Loyd
9bc987ea0f hello world 2017-08-17 13:47:39 -05:00
Cody Loyd
b9a58bb8c7 init 2017-08-17 13:05:20 -05:00