Skip to content

Latest commit

 

History

History

replacing-with-the-cipher-letters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Replacing with the cipher letters

  • The plain and cipher letters should be lowercase(a-z).
  • The plain letter should be replaced with the cipher letter of same position.

e.g.

Input

helloworld

Output

svooldliow

Execute

node solution.js