Possible typo in implementing-a-concept-exercise.md

4
closed
SalahuddinAhammed
SalahuddinAhammed
Posted 5 months ago

Possible typo in implementing-a-concept-exercise.md #1920

Shouldn't it be <slug>.js instead of <slug>.cs at line 93?

SleeplessByte
SleeplessByte
Created 5 months ago

Is that file in this repository?

SalahuddinAhammed
SalahuddinAhammed

Affected file: https://github.com/exercism/javascript/blob/main/reference/implementing-a-concept-exercise.md

In the affected file at line 93, it says "<slug>.cs. the stub implementation file......". But the file tree presented in the affected file shows <slug>.js. Again when creating a pull request, the auto-generated comment says "or the stub file <exercise>.js....". Here the file extension is also .js. So maybe it is a typo in the affected file.

SleeplessByte
SleeplessByte
Created 5 months ago

You are correct! Would you like to submit a PR to update this file and rename .cs to .js?

SalahuddinAhammed
SalahuddinAhammed

Yes. Opening a PR soon.