File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Check [ Caesars_Cipher.md] ( https://github.com/codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects/blob/master/Caesars_Cipher/Caesars_Cipher.md )
2
2
3
- ` rot13("SERR PBQR PNZC") ` should decode to the string ` FREE CODE CAMP `
4
- ` rot13("SERR CVMMN!") ` should decode to the string ` FREE PIZZA! `
5
- ` rot13("SERR YBIR?") ` should decode to the string ` FREE LOVE? `
6
- ` rot13("GUR DHVPX OEBJA SBK WHZCF BIRE GUR YNML QBT.") ` should decode to the string ` THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG ` .
3
+ - ` rot13("SERR PBQR PNZC") ` should decode to the string ` FREE CODE CAMP `
4
+ - ` rot13("SERR CVMMN!") ` should decode to the string ` FREE PIZZA! `
5
+ - ` rot13("SERR YBIR?") ` should decode to the string ` FREE LOVE? `
6
+ - ` rot13("GUR DHVPX OEBJA SBK WHZCF BIRE GUR YNML QBT.") ` should decode to the string ` THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG ` .
You can’t perform that action at this time.
0 commit comments