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 33a8ca8 commit da5c952Copy full SHA for da5c952
Caesar Cipher/main.js
@@ -34,7 +34,7 @@ function caesarCipher(s, k) {
34
// console.log(caesarCipher('This-is-a-string', 0)); // This-is-a-string
35
console.log(
36
caesarCipher(
37
-'DNFjxo?b5h*5<LWbgs6?V5{3M].1hG)pv1VWq4(!][DZ3G)riSJ.CmUj9]7Gzl?VyeJ2dIPEW4GYW*scT8(vhu9wCr]q!7eyaoy.', 100));
+'DNFjxo?b5h*5<LWbgs6?V5{3M].1hG)pv1VWq4(!][DZ3G)riSJ.CmUj9]7Gzl?VyeJ2dIPEW4GYW*scT8(vhu9wCr]q!7eyaoy.', 45));
38
// WGYcqh?u5a*5<EPuzl6?O5{3F].1aZ)io1OPj4(!][WS3Z)kbLC.VfNc9]7Zse?OrxC2wBIXP4ZRP*lvM8(oan9pVk]j!7xrthr.
39
// console.log(caesarCipher('w', 100)); // v
40
// console.log(caesarCipher('x', 55)); // a
0 commit comments