Commit Graph

32 Commits

Author SHA1 Message Date
Hifilo af508875af
Update palindromes.js
changes requested have been implemented.

original regex method removed. uncommented new method.
descriptive comments kept intact for clarifty
2023-03-21 17:34:19 -04:00
Hifilo 78c89e9fd4
Update palindromes.js 2023-01-17 13:02:49 -05:00
Hifilo 8df33b0be3
Update palindromes.js 2023-01-16 22:27:07 -05:00
Hifilo 67105d1950
Update palindromes.js 2023-01-16 22:26:24 -05:00
hifilo f429cfa839 palindromes method added without using Regex, since there wasn't a solution for it. 2023-01-16 22:19:06 -05:00
James Hogan 10cb98c038 Add missing variable declaration 2022-03-31 09:06:19 +11:00
Babatunde Alli 4b13066369 Improve the readability of the RegExp 2022-01-28 18:23:16 -05:00
Kevin Mulhern a1c56276ea Merge branch 'chore/switch-to-jest' into jest-solutions 2021-05-18 00:42:57 +01:00
Marvin Gay a0977c9295
Merge branch 'main' into km-testing-jest-2 2021-05-17 18:56:52 -04:00
Michael Frank 5708c3d85a Added jest
Removed generator-exercises folder as it breaks jest-codemods

run jest-codemods on .spec.js files, move generator-exercises back in

Change references from Jasmine to Jest in main readme

Update README with Jest specific language. Update some spec files with new syntax

update tests, multiple exercises

.gitignore: Added package-lock.json, package.json that were used when I ran code-blocks over the tests.

Standardised function declaration calls across exercises

fix typo in caesar.spec.js

Ignoring package-lock.json, package.json

Backtrack on .gitignore modification, add instructions to readme

move files from testing repo to this repo

Typo fixes, remove duplicate exercise folder

Remove solution from non-solution branch

Minor grammatical fixes

added trailing semicolon to all function and module exports

Fix words caught by search/replace action.

remove doubled semicolon.

Correct words caught by search/replace action.

Add missing semicolon.

Add .DS_Store to .gitignore

multiple files: Added a blank line at the end of each file

Ignore generator-exercise when linting exercise files

Update exercise number of each exercise

Update exercise number
2021-05-17 23:46:49 +01:00
Marvin Gay ad1c0c407f Revert "Merge branch 'jest'"
This reverts commit f76e9e108f.
2021-05-12 22:10:23 -04:00
Marvin Gay 8430e59fe4 Merge branch 'origin/master' into 'jest' 2021-05-12 21:45:11 -04:00
Michael Frank 06e90f66c8 pulled eslint files from jester-tester and updated exercise numbers 2021-05-12 21:37:19 +12:00
Michael Frank 321e943041 Update exercise number of each exercise 2021-05-12 19:39:31 +12:00
Michael Frank 2f63b3e380 added trailing semicolon to all function and module exports 2021-05-10 21:27:55 +12:00
Tatiana 4efb36f3aa Revert "run jest-codemods on .spec.js files, move generator-exercises back in"
This reverts commit 7a001e0fdb.
2021-05-08 11:32:41 -07:00
Tatiana 674fcf8e56 Revert "update tests, multiple exercises"
This reverts commit 2eb02ea212.
2021-05-08 11:31:02 -07:00
Tatiana e691edc97c Revert "Merge pull request #1 from xandora/jester-tester"
This reverts commit e901090896, reversing
changes made to 42076e7424.
2021-05-08 11:28:50 -07:00
Tatiana b2f2211321 Revert "Resolve merge conflicts"
This reverts commit 61338e0ca0, reversing
changes made to b9983073cc.
2021-05-08 11:27:13 -07:00
Tatiana 18cffeb940 Revert "update cloning link"
This reverts commit 4c771f2e05.
2021-05-08 11:25:04 -07:00
Michael Frank b984cb4c6f Merge branch 'master' of TOP/javascript-exercises 2021-05-09 00:29:44 +12:00
xandora e6a0bb03a5
Merge branch 'solutions' into master 2021-05-09 00:10:19 +12:00
Michael Frank 749a48adee Tweak matchers in removeFromArray, pull pigLatin solution from old branch 2021-04-30 22:12:52 +12:00
Michael Frank 791a579823 Standardised function declaration calls across exercises 2021-04-29 21:33:30 +12:00
Michael Frank 2eb02ea212 update tests, multiple exercises 2021-03-10 00:12:25 +13:00
Michael Frank 7a001e0fdb run jest-codemods on .spec.js files, move generator-exercises back in 2021-03-03 15:25:29 +13:00
Musabii 4d82ea16db
added a test and changed an old one
The second test would originally test if it works with upper-case letters and punctuation. but the description of the test is "works with punctuation". I think it is better to either put both in the description or make a new test that solely tests each different thing.
2020-06-25 11:17:48 +02:00
Étienne Boisseau-Sierra 00407bdee5 Transform 'let' in 'const' where needs be 2018-08-07 11:25:16 +01:00
Étienne Boisseau-Sierra 3a9251d55e Transform 'var' in 'let' 2018-08-07 11:25:16 +01:00
snakecase f9fdf07102
Remove repeating line 2018-04-01 11:22:02 +05:00
Cody Loyd 956727d4e5 palindrome solution 2017-12-15 11:15:57 -06:00
Cody Loyd f04a440e58 added palindromes exercise 2017-08-25 14:07:28 -05:00