javascript-exercises icon indicating copy to clipboard operation
javascript-exercises copied to clipboard

Typo in Exercise 06 from TheOdinProject/javascript-exercises

Open fadotti opened this issue 7 months ago • 0 comments

The typo is in the following file: javascript-exercises/06_repeatString/repeatString.spec.js

Line 10 reads test.skip('repeats the string 1 times', () => {, it would be more proper to replace it with test.skip('repeats the string 1 time', () => { (singular time instead of times). If the mods agree, I would like to be assigned to the issue to gain experience contributing to a public repository.

fadotti avatar May 26 '25 20:05 fadotti