Commit Graph

110 Commits

Author SHA1 Message Date
Billal Patel 3feecab5eb
Merge pull request #9 from BillalPatel/reverse-string
Starting challenge
2019-11-03 22:24:21 +00:00
billalp 2730659cb3 Completed challenge 2019-11-03 22:24:05 +00:00
billalp a04ffff1b5 Starting challenge 2019-11-03 22:18:23 +00:00
Billal Patel 6cef4dc23b
Merge pull request #8 from BillalPatel/palindrome
Fixed bug with code
2019-11-03 22:06:00 +00:00
billalp 92f305dac8 Fixed bug with code 2019-11-03 21:53:12 +00:00
Billal Patel 75ae03bbc3
Update README.md 2019-11-02 22:06:22 +00:00
Billal Patel cc52b90fd1
Merge pull request #7 from BillalPatel/palindrome
Improved function
2019-11-02 22:04:59 +00:00
billalp d50efbc122 Improved function 2019-11-02 22:04:00 +00:00
Billal Patel ca739f7a38
Merge pull request #6 from BillalPatel/caeser
Latest changes
2019-11-01 15:56:40 +00:00
Billal Patel adbdfeffe9
Merge pull request #5 from BillalPatel/palindrome
Tidy up of code
2019-11-01 14:17:28 +00:00
billalp 07ced0fc05 All tests pass 2019-11-01 14:14:18 +00:00
billalp 27afb52393 Tidy up of code 2019-11-01 12:42:40 +00:00
Billal Patel 68eebc9015
Merge pull request #4 from BillalPatel/palindrome
Working function
2019-11-01 12:33:52 +00:00
billalp c7d61f82e9 Working function 2019-11-01 12:33:00 +00:00
billalp b1ac34ced1 Latest changes 2019-11-01 11:45:15 +00:00
Billal Patel 6c3a7496be
Merge pull request #3 from BillalPatel/caeser
Capital letters are working but not in an optimal way
2019-10-28 17:26:53 +00:00
billalp 72a183c0a5 Capital letters are working but not in an optimal way 2019-10-28 17:26:09 +00:00
Billal Patel 603d6a535a
Merge pull request #2 from BillalPatel/caeser
Caeser
2019-10-28 11:56:53 +00:00
billalp bd9aeecd22 Tests work without capitalisation check 2019-10-28 11:50:07 +00:00
billalp 48186acc19 Added special charactrs array 2019-10-28 11:17:07 +00:00
billalp 103a4e2b34 Added extra logic for special characters 2019-10-28 11:09:46 +00:00
billalp 07700ae251 Letters work as an array 2019-10-28 11:03:08 +00:00
Billal Patel 4db0a95185
Merge pull request #1 from BillalPatel/caeser
Reverting incorrectly committed tests
2019-10-28 09:29:08 +00:00
billalp d263f16e07 Reverting incorrectly committed tests 2019-10-28 09:28:12 +00:00
billalp 056e386b16 First test working 2019-10-28 09:24:12 +00:00
billalp 61cd0cb83f Partially working 2019-10-26 07:23:55 +01:00
Cody Loyd cc479b5e70
Update README.md 2019-07-18 16:14:59 -05: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
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 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 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
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