Caesar Cipher code

So I made a program in Javascript that encrypts a message using the Caesar Cipher. Any feedback is appreciated.

1 Like

I did something quite similar for a JS challenge exercise here on Codeacademy! :slight_smile:

A post was split to a new topic: Caesar Cipher Code