Given two strings, return true if the first string ends with the second. Do NOT use String.prototype.endsWith. An empty ending returns true.
Click Run to test your code