Commit graph

64 commits

Author SHA1 Message Date
vrarora
19f6888688
Update helloWorld.js
I added the answer instead of empty strings as solution must be added in the solutions branch.
2020-12-22 14:01:32 +05:30
Cody Loyd
e5a4a1d2eb
Update caesar.js
lol i'm dum
2020-11-16 12:25:23 -06:00
Cody Loyd
bde09dacbd
Update caesar.js 2020-11-16 12:24:26 -06:00
Briggs Elsperger
8eeb98ee71
Merge pull request #113 from mangonaise/patch-1
sumAll solution: check if min/max are integers, not just numbers
2020-10-12 10:38:12 -05:00
liam robertson
2457cb4099
sumAll solution: check if min/max are integers, not just numbers 2020-10-10 19:06:51 +01:00
Cody Loyd
314a795e52
Merge pull request #82 from Musabii/patch-2
changed the order of if conditions
2020-09-14 10:19:40 -05:00
Musabii
f9a972ec16
changed the order of if conditions
it flows better logically to first check if the inputs are a number than to check if they are negative.
2020-06-25 11:58:02 +02:00
Cody Loyd
3b51e5dbef
Update fibonacci.js 2020-01-29 10:52:57 -06:00
Cody Loyd
abcaeb918a
Merge pull request #35 from seoul2045/solutions
Reduce Method Solution
2019-11-27 09:13:51 -06:00
seoul2045
e93caf6368
Merge pull request #1 from seoul2045/reduce-method
Update calculator.js
2019-05-16 10:05:59 +07: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
Cody Loyd
01aace24b1 add titles solution 2019-04-11 12:14:20 -05:00
Cody Loyd
ffa00275cc add findOldest Solutions 2019-04-11 12:11:03 -05:00
Cody Loyd
c0ef28a362 add explanation and simpler solution to removeFromArray 2019-04-11 10:20:29 -05:00
Cody Loyd
a70a2503ab
Merge pull request #25 from 105ron/patch-1
Update calculator.js
2019-01-11 15:10:31 -06: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
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