Javascript projects

Tell us what’s happening:
Describe your issue in detail here.
i really don’t know what to do here

  **Your code so far**

function rot13(str) {

return str;
}

rot13("SERR PBQR PNZC");
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36

Challenge: Caesars Cipher

Link to the challenge:

It looks like you haven’t tried anything yet. Let’s back away from the keyboard for a second. How would you do this problem by hand?

1 Like

it just feels like i am an learning javascript but forgetting the basics everytime

This can be a tricky project. I would forget about JavaScript. You can’t solve a problem in code unless you can describe the process for solving the problem.

So if I threw away your computer and handed you a pencil, a sheet of paper, and the coded message "SERR PBQR PNZC", how would you decode this message, step by step? You know that every letter has been swapped out with the letter that is 13 spaces ahead in the alphabet.

ok let me try this out and see. Thanks!!!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.