Files
freeCodeCamp/tools/challenge-md-parser/mdx/__fixtures__/script.md
Oliver Eyton-Williams 0bd52f8bd1 Feat: add new Markdown parser (#39800)
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00

7 lines
126 B
Markdown

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