mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
replaced semicolon with single quote in caesar
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ caesar('A', 1) // simply shifts the letter by 1: returns 'B'
|
||||
|
||||
the cipher should retain capitalization:
|
||||
```javascript
|
||||
caesar('Hey', 5) // returns 'Mjd;
|
||||
caesar('Hey', 5) // returns 'Mjd'
|
||||
```
|
||||
|
||||
should _not_ shift punctuation:
|
||||
|
||||
Reference in New Issue
Block a user