The following repo contains a collection of JavaScript code samples. Many are Code Wars 'katas' or challenges. Others are quick demos of JavaScript features, techniques, etc. Each file contains a ...
ROT13 is a simple letter substitution cipher that replaces a letter with the letter 13 letters after it in the alphabet. ROT13 is an example of the Caesar cipher. Create a function that takes a string ...