Files
freeCodeCamp/tools/challenge-parser/parser/__fixtures__/script.md
Oliver Eyton-Williams a3a678b7af chore: remove old parser
2021-02-02 09:51:02 +05:30

7 lines
126 B
Markdown

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