Master the Caesar Cipher with FreeCodeCamp's JavaScript Challenge 🔐
Learn how to encode and decode messages using the Caesar Cipher in this freeCodeCamp JavaScript project. Perfect for honing your data structures and algorithms skills!

Charles Kasasira
476 views • Jun 14, 2022

About this video
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-DSA-projects-freecodecamp-/blob/master/Caesars-Cipher.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.
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-DSA-projects-freecodecamp-/blob/master/Caesars-Cipher.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.
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
476
Likes
17
Duration
5:54
Published
Jun 14, 2022
Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
Trending Now