mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 09:03:55 -05:00
178 B
178 B
for (let index = 0; index < array.length; index++) {
const element = array[index];
--fcc-editable-region--
// imported from script.md
--fcc-editable-region--
}