Solution: Functions
Review the solution for implementing a function that returns the last character of a string.
Solution
Here is a possible solution for implementing the lastChar
...
Review the solution for implementing a function that returns the last character of a string.
Here is a possible solution for implementing the lastChar
...