Files

7 lines
126 B
Markdown
Raw Permalink Normal View History

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