Fall 2024 - P2
Big Idea 3 | .1 | .2 | .3 | .4 | .5 | .6 | .7 | .8 | .10 |
3.4 Strings
Added Homework Hacks
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)