8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0c5cd commit 37df9f1Copy full SHA for 37df9f1
caesar/caesar.js
@@ -1,5 +1,8 @@
1
const caesar = function() {
2
-
+ //possibly make an array of each letter as a const
3
+ //iterate through each letter of whatever word and shift it by however many letters
4
+ //requires for loop for however length the phrase or word is
5
+ //must skip punctuation and whitespace
6
}
7
8
module.exports = caesar
0 commit comments