Challenge: Functions
Implement a function that returns the last character of a string.
We'll cover the following...
Task
Write a function called lastChar
that accepts a string as an argument and ...
Implement a function that returns the last character of a string.
Write a function called lastChar
that accepts a string as an argument and ...