Commit graph

315 commits

Author SHA1 Message Date
nearmint
235a6abdc1
Fix typo 2019-09-16 15:12:22 +02:00
Anthony Bronkema
6f30194d16 updates function name to match exercise file 2019-08-19 14:22:59 -04:00
Michael Horn
3d71a9ac1f Fix code indentation on helloWorld README.md 2019-08-17 13:02:22 -07:00
Uzay G
46a36d8d09
Added ...rest parameters as a link to deal with optional parameters
Rest parameters are already arrays unlike 'arguments' and they can be used in arrow expressions. Just find it a bit simpler
2019-08-12 08:48:12 +00:00
Cody Loyd
cc479b5e70
Update README.md 2019-07-18 16:14:59 -05:00
Nikolas Broman
166baafbeb
Fix typo 2019-07-13 13:07:37 +03:00
Cody Loyd
4f07675184
Merge pull request #37 from TheOdinProject/I3uckwheat-patch-1
updates to show Odin directions
2019-06-12 11:46:01 -05:00
Briggs Elsperger
e0a0119979
updates to show Odin directions 2019-06-12 11:03:31 -05:00
Briggs Elsperger
a52257e5e0
Update README.md 2019-06-12 11:00:13 -05:00
Christian James Welly
347511516b Add more tests for fibonacci 2019-05-24 08:23:24 +08: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
55e23a12af
Update README.md 2019-04-11 12:04:27 -05:00
Cody Loyd
25f9482bb1
Update README.md 2019-04-11 12:03:53 -05:00
Cody Loyd
05610c209c Merge branch 'master' of github.com:TheOdinProject/javascript-exercises 2019-04-11 12:01:43 -05:00
Cody Loyd
9fe4861756 add 'find the oldest' 2019-04-11 12:00:21 -05:00
Cody Loyd
341661a100 add titles exercise 2019-04-11 11:37:33 -05:00
Cody Loyd
159d100c2b
Update README.md 2019-04-11 10:23:14 -05:00
Cody Loyd
c0ef28a362 add explanation and simpler solution to removeFromArray 2019-04-11 10:20:29 -05:00
Cody Loyd
a69e6ea689
Merge pull request #32 from TheOdinProject/update-packages
update packages
2019-03-15 08:15:26 -05:00
Austin Mason
dd98574efc update packages 2019-03-01 21:05:57 +00:00
Briggs Elsperger
e455c78eb0
Fixes incorrect directions 2019-02-26 11:55:01 -06:00
Cody Loyd
b2e42072de
Merge pull request #30 from rickymccallum87/master
Clarify leap year rules
2019-02-06 17:35:34 -06:00
Ricky McCallum
b1ef1fa03a Clarify leap year rules 2019-01-30 17:37:49 -05:00
Cody Loyd
a70a2503ab
Merge pull request #25 from 105ron/patch-1
Update calculator.js
2019-01-11 15:10:31 -06:00
Cody Loyd
6e0c5cdead
Merge pull request #29 from leila-alderman/patch-2
Change all but the first spec to pending
2019-01-11 15:10:18 -06:00
Cody Loyd
03d7ecf696
Merge pull request #28 from leila-alderman/patch-1
Update installation instructions
2019-01-11 15:08:40 -06:00
Leila Alderman
de6c2ff0ee
Remove Linux-specific wording 2018-12-14 16:45:04 -05:00
Leila Alderman
4a70d985b4
Change all but the first spec to pending 2018-12-08 19:38:09 -05:00
Leila Alderman
dfa97ee721
Update installation instructions
Added in a step for installing Node and clarified to not follow Linux's suggestions.
2018-12-03 18:04:31 -05:00
Kevin Mulhern
f3ac3d53c2
Merge pull request #27 from li3097/patch-1
Updated it
2018-10-10 13:08:20 +01:00
Lisa Tidball
370f88b9b8
Updated it
Changed tempConversion to repeatString since thats what this file is about.
2018-10-09 17:36:16 -04: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
29bd246dad
Merge pull request #19 from EBoisseauSierra/rewording-instructions
Rewording instructions
2018-08-07 08:06:55 -05:00
Étienne Boisseau-Sierra
00407bdee5 Transform 'let' in 'const' where needs be 2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra
deb698c09e Add test to caesar checking negative wraping cornercase 2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra
ea595f1d10 Reword repeatString instructions 2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra
35f797f454 Capitalize 'Hint'-subtitles 2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra
c17c207d0e Rephrase tempConversion instructions
- keep only main instructions above code sample (and move explanation about `module.exports` after the example)
- clarify that results should be rounded to one decimal place (as assume by tests)
2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra
3a9251d55e Transform 'var' in 'let' 2018-08-07 11:25:16 +01:00
Cody Loyd
b99fe58185
Merge pull request #21 from hoangtommy/master
add xit to problems for consistency
2018-07-24 15:48:23 -05:00
Cody Loyd
727e5f73b2
Merge pull request #20 from I3uckwheat/master
Changes node version to NPM
2018-07-24 15:47:59 -05:00