cupofcraft - my dev journey

cupofcraft - my dev journey

Follow
homebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

How to know if CSS animation has ended

Jan 7, 20222 min read

CSS animations are great but sometimes you wish to do change your DOM once it has ended, who knows probably you want to remove the element that you...

How to know if CSS animation has ended

CodeWars: Sort the odd

Feb 11, 20212 min read

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){ ...

CodeWars: Sort the odd

So... I decided to share my Katas

Feb 10, 20215 min read

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...

So... I decided to share my Katas

CodeWars: Mumbling

Feb 10, 20212 min read

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,...

CodeWars: Mumbling