TheOdinProject / javascript-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trivial non-important typo in 02_repeatString > repeatString.spec.js

MasQueElite opened this issue · comments

Line 32: (...).match(/((hey))/g).length).(...)
Should be: (...).match(/(hey)/g).length).(...)

Reason: You are already capturing a group.

hi can i fix this?

@deveshidwivedi are you still interested in working on this?

@thatblindgeye - Could I be assigned to this?