Caesars Cipher - FreeCodeCamp JavaScript Projects (Rot13)

Published: 13 June 2022
on channel: Charles Kasasira
460
18

Caesars Cipher challenge from the freeCodeCamp Javascript projects
You can find this project in the freeCodeCamp javascript Data Structure and Algorithms curriculum.
find more from https://freeCodeCamp.org/learn

Source Code - https://github.com/CharlesKasasira/Js...


Question:
A common modern use is the ROT13 cipher, where the values of the letters are shifted by 13 places. Thus A ↔ N, B ↔ O and so on.

Write a function that takes a ROT13 encoded string as input and returns a decoded string.

All letters will be uppercase. Do not transform any non-alphabetic character (i.e. spaces, punctuation), but do pass them on.


Watch video Caesars Cipher - FreeCodeCamp JavaScript Projects (Rot13) online without registration, duration hours minute second in high quality. This video was added by user Charles Kasasira 13 June 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 460 once and liked it 18 people.