8000 add plans for caeser exercise for later · b-cheng/javascript-exercises@37df9f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37df9f1

Browse files
committed
add plans for caeser exercise for later
1 parent 6e0c5cd commit 37df9f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

caesar/caesar.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
const caesar = function() {
2-
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
36
}
47

58
module.exports = caesar

0 commit comments

Comments
 (0)
0