Caesar Cipher
Opened this issue · 1 comments
DJWadds commented
Thank you for uploading your video on Youtube, it has been a great help.
(https://www.youtube.com/watch?v=k6KcaMffxac)
I'd like to add a Caesar Cipher function found, https://stackoverflow.com/questions/30382140/caesar-cipher-in-javascript-using-shiftchar-function-and-array-map-method
So CaesarCipher('Hello World', 2) returns 'Jgnnq Yqtnf'.
kentcdodds commented
Hi @DJWadds!
Sounds great!