JavaScript Daily Code Challenge 9/27/25 - FreeCodeCamp

Опубликовано: 30 Август 2026
на канале: Will Codes
36
0

In this video I step through my thinking while solving the Daily Coding Challenge on FreeCodeCamp.org for September 27th, 2025.
The challenge can be found here: https://freecodecamp.org/learn/daily-...

Here we explore two solutions: the first pass I try to do some manual coding to parse through the input, then the second pass I approach each step trying to lean on built in methods and regular expressions to do the work for us!

I hope this helps someone out there - Cheers!