Skip to content

Build a cipher algorithm in JavaScript to shift letters 13 places

Notifications You must be signed in to change notification settings

FitzBrendan/caesars-cipher-freeCodeCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

caesars-cipher-freeCodeCamp

Build a cipher algorithm in JavaScript to shift letters 13 places

Created 4 solutions for cipher algorithm

  1. creating Object and .test Regex
  2. creating 2 Arrays and .test Regex
  3. creating Multi-dimensional Array and .test Regex
  4. creating function to shift chars