mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 21:03:58 -05:00
126 B
126 B
for (let index = 0; index < array.length; index++) {
const element = array[index];
// imported from script.md
}