Commit Graph

128 Commits

Author SHA1 Message Date
Mohammed Nabeel aa4447b15d works with blank strings 2020-07-16 10:19:15 +03:00
Mohammed Nabeel b996addda2 works with numbers and punctuation 2020-07-16 10:17:49 +03:00
Mohammed Nabeel c77d45581a reverse multiple words 2020-07-16 10:15:50 +03:00
Mohammed Nabeel e5220a42dc Passed reverse single word 2020-07-16 10:13:59 +03:00
Mohammed Nabeel 1926dc2d2c Merge branch 'master' of github.com:mnabeelp/javascript-exercises 2020-07-16 09:13:39 +03:00
Mohammed Nabeel fa2245bb8b Passed works with blank strings 2020-07-16 09:09:24 +03:00
Mohammed Nabeel cc3e1d116b Passed random number test 2020-07-16 09:08:12 +03:00
Mohammed Nabeel 52356b2eb6 passed ERROR test 2020-07-16 09:06:49 +03:00
Mohammed Nabeel 1149e755e5 Passed 0 times 2020-07-16 08:59:13 +03:00
Mohammed Nabeel 7a8bbcdee4 Passed 1 time repeat 2020-07-16 08:58:04 +03:00
Mohammed Nabeel b6f3521313 Passed 10 times 2020-07-16 08:56:39 +03:00
Mohammed Nabeel 2a41f84c1a Passed test 1 2020-07-16 08:54:02 +03:00
Mohammed Nabeel 96e7d9f414
Update README.md 2020-07-16 08:28:52 +03:00
Mohammed Nabeel 0f2c4f68b2 Hello, World! 2020-07-16 08:16:24 +03:00
Mohammed Nabeel f2ff635fcf All done 2020-07-15 18:55:38 +03:00
Mohammed Nabeel 1987591d9f All done 2020-07-15 18:53:58 +03:00
Mohammed Nabeel 67402e5235 Ignores non-present values,but still works 2020-07-15 18:28:24 +03:00
Mohammed Nabeel 1aa228d42c Ignores non-present values 2020-07-15 18:26:03 +03:00
Mohammed Nabeel 4250c06303 Created code to remove two values 2020-07-15 18:13:47 +03:00
Mohammed Nabeel 3699f94da9 Created code to remove a single value 2020-07-15 18:06:28 +03:00
Briggs Elsperger 888383a44e
Merge pull request #74 from imrogerjiang/new-tests 2020-05-09 12:16:42 -05:00
Roger 5817ea2140 Added blank string test to repeatString 2020-05-08 16:59:37 +10:00
Roger 3758497cb2 Added blank string test to reverseString 2020-05-08 16:56:55 +10:00
Roger 68691ab7a6 Added same type test to removeFromArray 2020-05-08 16:54:31 +10:00
Briggs Elsperger c0d736a524
Merge pull request #73 from Timework/patch-1 2020-05-02 21:29:46 -05:00
Christopher Martinez fb5677ee8f
Changed let to const and added some comments.
I changed the let to a const and added some explanation to how the test is conducted in comments included in the test.
2020-05-02 09:04:40 -05:00
Christopher Martinez 312103dc4f
Added random test
I added a random test getting a number from 1 to 1000. You said you wanted comments on it but I was not sure where to put them. I added the global modifier to the recommended regex in order for it count all the words properly.
2020-05-01 12:44:55 -05:00
Briggs Elsperger 26d610ca6e
Update README.md 2020-04-21 14:51:23 -06:00
Briggs Elsperger 9e2e2995e7
Update README.md 2020-04-21 14:51:06 -06:00
Cody Loyd c61615f4bf
Merge pull request #64 from santimc/patch-1
Delete .DS_Store
2020-02-12 12:58:00 -06:00
santimc ecc0872e96
Delete .DS_Store 2020-01-09 17:08:41 -03:00
Cody Loyd f228d73f98
Merge pull request #45 from nearmint/patch-1
Fix typo
2019-11-27 09:18:56 -06:00
Cody Loyd 1d854ec580
Merge pull request #43 from abronkema/removeFromArray-README-update
updates function name to match exercise file
2019-11-27 09:18:12 -06:00
Cody Loyd 66c87fc01b
Merge branch 'master' into removeFromArray-README-update 2019-11-27 09:17:40 -06:00
Cody Loyd e2f45971a3
Merge pull request #42 from HornMichaelS/master
Fix code indentation on helloWorld README.md
2019-11-27 09:16:30 -06:00
Cody Loyd 24b81e688e
Merge pull request #41 from Uzay-G/patch-1
Added ...rest parameters as a link to deal with optional parameters
2019-11-27 09:16:06 -06:00
Cody Loyd 99e3fa2fd3
Merge pull request #40 from nikolasbroman/patch-1
Fix typo
2019-11-27 09:15:15 -06:00
Cody Loyd c2ca1d7acc
Merge pull request #36 from chrisjwelly/master
Add more tests for fibonacci
2019-11-27 09:14:33 -06:00
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
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