freeCodeCamp/tools/challenge-parser/parser/__fixtures__/script.md

7 lines
126 B
Markdown
Raw Normal View History

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