Confirm the Ending - JavaScript Solution & Walkthrough
06/16 Confirm the Ending
Check if a string (first argument, str) ends with the given target string (second argument, target).
This challenge can be solved with the .endsWith() method, which was introduced in ES2015. But for the purpose of this chall...
benjaminsemah.hashnode.dev3 min read