3 Commits

Author SHA1 Message Date
f37cac8508 Fixed Whitespace, Operators, and Quotes to Comply with JSLint
I modified the whitespace in the files and changed single quotes to double quotes.

I also changed some `==` and `!=` operators to `===` and `!==` to comply with JSLint.
2019-06-27 10:41:44 -04:00
bceb750f76 removed switch construct and put in a if-construct. 2018-03-30 16:16:12 +02:00
2fd39c88ff Adding the Caesar's Cipher algorithm 2017-10-15 17:07:44 -04:00