Homework Hacks

  • Greeting Generator:
    • Combine both using string concatenation or interpolation to create a greeting message like “Hello, [First Name] [Last Name]!”.(Javascript)
  • Palendrome Checker:
    • Create a function to check whether an inputted string is a palendrome, or spelled with the same characters forwards and reverse. (Python)