Long ago I failed this Kata in under 20 minutes which wasn't helped by my spaghetti code that didn't work. Today I was able to solve it right away simply with :
return string.replace(/!$/, "")
It's a nice indicator to know progress is being made. #100Devs #JavaScript
return string.replace(/!$/, "")
It's a nice indicator to know progress is being made. #100Devs #JavaScript
Comments