wow I didn't know
[ ...dna]
would automatically turn your string into an array. I always use
dna.spilt("")
I'm gonna change my solution to reflect this newfound knowledge.
Weβre a place where coders share, stay up-to-date and grow their careers.
We strive for transparency and don't collect excess data.
re: Critique my JS solution to this CodeWars Kata VIEW POST
VIEW PARENT COMMENT VIEW FULL DISCUSSIONwow I didn't know
would automatically turn your string into an array. I always use
I'm gonna change my solution to reflect this newfound knowledge.