JavaScript Daily Code Challenge 9/12/25 - FreeCodeCamp

Опубликовано: 29 Август 2026
на канале: Will Codes
53
1

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

Solving this challenge requires 3 implementing different patterns to meet the required constraints of the problem! First, we iterate through individual items of an array and check a condition on each. Then, we use a 'sliding window' technique to check a condition on each subset of 3 consecutive items in an array. And finally, we take the average of all items in an array and check a condition on it.

This is my first upload like this, be gentle! 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!