async await

1,967
reputation
1
8
19

Why do these small internet numbers mean so much to me? Why do I want to answer questions? Why do I want to learn more? Why am I cursed with this desire to exist.

//Contact me if you're not a bot lol
(() => {
  const decryptMessage = 
    "dpoubdu!nf!bu!fohjoffsjohhffl4/25Ahnbjm/dpn"
      .split("")
      .map(c => String.fromCharCode(c.charCodeAt() - 1))
      .join("");
  console.log(decryptMessage);
})()