DevAdvent 2022: #9 How To Convert A String To Camel Case In JavaScript
Today’s De Advent problem requires some knowledge of regular expressions. I admit I’m not very good at this. This problem was interesting because it allowed ...
Today’s De Advent problem requires some knowledge of regular expressions. I admit I’m not very good at this. This problem was interesting because it allowed ...
Today’s DevAdvent problem is an exercise in number ordering. But with an interesting variation: it requires you to break down a number and use its digits to ...
Today’s problem of this DevAdvent 2022 is really simple. I could categorize it among the essential things to know in JavaScript: how to convert a number to a...
Today’s problem is how to reverse the order of the letters in a word, and of each word in a sentence. It’s a fairly simple problem but one that shouldn’t be ...
New day, new exercise for my DevAdvent 2022. Over the weekend I discovered a few other devAdvents but still decided not to follow any of them. Instead, I wil...