DEV Community

Discussion on: Daily Challenge #42 - Caesar Cipher

Collapse
 
codeguppy profile image
Adrian

This is an interesting one. It can be easily solved if you implement first the modulo function in JavaScript.

I have an article about this:
dev.to/codeguppy/javascript-modulo...