JavaScript function which confirms the ending of a word
Here is the problem :
We want to create a function that takes two arguments, both strings, and tell us if the second argument is the end of the string or not.
For example, the first argument could be 'Cesare' and the second 'e' the function should gi...
cesaremannino.hashnode.dev2 min read