Skip to content

Commit da5c952

Browse files
authored
Update main.js
1 parent 33a8ca8 commit da5c952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Caesar Cipher/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function caesarCipher(s, k) {
3434
// console.log(caesarCipher('This-is-a-string', 0)); // This-is-a-string
3535
console.log(
3636
caesarCipher(
37-
'DNFjxo?b5h*5<LWbgs6?V5{3M].1hG)pv1VWq4(!][DZ3G)riSJ.CmUj9]7Gzl?VyeJ2dIPEW4GYW*scT8(vhu9wCr]q!7eyaoy.', 100));
37+
'DNFjxo?b5h*5<LWbgs6?V5{3M].1hG)pv1VWq4(!][DZ3G)riSJ.CmUj9]7Gzl?VyeJ2dIPEW4GYW*scT8(vhu9wCr]q!7eyaoy.', 45));
3838
// WGYcqh?u5a*5<EPuzl6?O5{3F].1aZ)io1OPj4(!][WS3Z)kbLC.VfNc9]7Zse?OrxC2wBIXP4ZRP*lvM8(oan9pVk]j!7xrthr.
3939
// console.log(caesarCipher('w', 100)); // v
4040
// console.log(caesarCipher('x', 55)); // a

0 commit comments

Comments
 (0)