I try to build ROT 13 cipher in JavaScript, I did it but output not shown in console please check what's wrong in it

后端 未结 0 1626
旧时难觅i
旧时难觅i 2021-01-16 10:23

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

function rot13(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题