Commit Graph

16 Commits

Author SHA1 Message Date
c-auri 0d27422bc5 Change shift variable and function names
Using shift as a parameter name might be confusing,
since it is a verb and therefore not a good variable name on its own.
Changing it to shiftValue should clear things up and also makes it
possible to shorten the name of the shiftChar function to just shift,
which leads to a cleaner signature: shift(char, shiftValue)
2022-11-18 14:53:38 +01:00
Michael Frank 06e90f66c8 pulled eslint files from jester-tester and updated exercise numbers 2021-05-12 21:37:19 +12:00
Michael Frank ac4d2a94e5 Grammar cleanups, trailing semicolon for function expressions 2021-05-10 20:08:31 +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 35d7948aa2 move files from testing repo to this repo 2021-04-30 21:49:46 +12:00
Michael Frank 88b4dcfb76 fix typo in caesar.spec.js 2021-04-29 22:32:12 +12:00
Michael Frank 2eb02ea212 update tests, multiple exercises 2021-03-10 00:12:25 +13:00
Michael Frank e73c68fc01 Update README with Jest specific language. Update some spec files with new syntax 2021-03-04 10:42:39 +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
GraceSchwar 7d37e6d67a
Update README.md 2020-10-16 13:44:16 -04:00
GraceSchwar 074b3b7481
Update README.md 2020-10-16 13:26:26 -04: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 3a9251d55e Transform 'var' in 'let' 2018-08-07 11:25:16 +01:00
Matthew-Cravinhos 6012c3a095 Added test cases 2017-09-20 19:04:46 -04:00
Cody Loyd b847c3bd61 add caesar cipher 2017-08-25 13:59:26 -05:00