Files

9 lines
178 B
Markdown
Raw Permalink Normal View History

```js
for (let index = 0; index < array.length; index++) {
const element = array[index];
--fcc-editable-region--
// imported from script.md
--fcc-editable-region--
}
```