In this video I step through my thinking while solving the Daily Coding Challenge on FreeCodeCamp.org for August 11th, 2025.
The challenge can be found here: freecodecamp.org/learn/daily-coding-challenge/2025-08-11
Solving this challenge requires splitting a string in half and counting the number of vowels in each half. I went ahead and explored solving it in two different ways - one using a regular expression and another by iterating over the string parts.
I hope this helps someone out there, and I'm looking forward making many more videos like this as I practice coding with this great new FreeCodeCamp feature. Cheers!