#learning-journey
Read more stories on Hashnode
Articles with this tag
Kata: Link You have to create an algorithm that will swap only the odd numbers, this was the solution submitted by me: function sortArray(array){ ...
Writing it's hard work, coming up with new ideas, experiments and make something people want to read is not the simpliest thing in the world. I can...
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,...