📄️ Caesar Cipher
Julius Caesar protected his confidential information by encrypting it using a cipher.
📄️ Fizz Buzz
- problem solving abilities
📄️ Is Palindrome
Given a string, return true if the string is a palindrome or false if it is not.
📄️ Ransom Note
Given an arbitrary ransom note string and another string containing letters (or words) from all the magazines, write a function that will return true if the ransom note can be constructed from the magazines; otherwise, it will return false.
📄️ Reverse Array in Place
<img
📄️ Reverse Words
Take in a string as a parameter, reverse every word in that string, and return the new string