Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 309 Bytes

Remove First and Last Character.md

File metadata and controls

3 lines (2 loc) · 309 Bytes

It's pretty straightforward. Your goal is to create a function that removes the first and last characters of a string. You're given one parameter, the original string. You don't have to worry with strings with less than two characters.

solution