fork download
  1. let texto = "GostoDeVoce";
  2. let cripto = "";
  3. for (let i = 0; i < texto.length; i++) cripto += String.fromCharCode(texto[i].charCodeAt() + 1);
  4. console.log(cripto);
  5.  
  6. //https://w...content-available-to-author-only...m.br/maniero/2d80a58b-bd6e-4c11-8dbd-54e72734b818
Success #stdin #stdout 0.03s 16940KB
stdin
Standard input is empty
stdout
HptupEfWpdf