CodeWars: Mumbling
Kata: codewars.com/r/8YQazg
Asked to write a accum fn that will take a string and will transform it repeating each character based on its position, the first letter should be capitalized and have - as separator.
My solution was:
function accum(s) {
...
blog.cupofcraft.dev2 min read