JavaScript Coding Challenge - Get even index items from an array

Опубликовано: 15 Март 2026
на канале: Coding with Stephen
652
5

Follow along with our JavaScript challenges by checking out the github repo here: https://github.com/BGZStephen/coding-...

In this video, we will cover off solving the basics challenge: Get even index items from an array, in our set of JavaScript challenges.

Mozilla documentation for:

remainder - https://developer.mozilla.org/en-US/d...
array.filter() - https://developer.mozilla.org/en-US/d...