Tag: Solution

FCC Bonfire Series 109: Confirm the Ending

Todays challenge is easy: we must write a function that takes in two arguments. We must check if the first string ends with the given second string. Let me illustrate with an example: end(“Gorka Hernandez”, […]