Files
Oliver Eyton-Williams a3a678b7af chore: remove old parser
2021-02-02 09:51:02 +05:30

178 B

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