11 Commits

Author SHA1 Message Date
Josh Smith 45d06e12ff Merge pull request #522 from MaoShizhong/repeat-string-test
02_repeatString: Replace regex test with built-in repeat method
2025-02-10 20:04:47 -07:00
MaoShizhong 5ea6746a8d Add test preventing use of built-in String repeat method 2025-02-04 04:08:26 +00:00
MaoShizhong c5d806b88c Replace regex test with String.prototype.repeat test
Easier for learners to understand test and does not require extra explanation of regex
2025-02-04 03:51:30 +00:00
MaoShizhong 15d4dd07e7 Tidy up comment style 2025-02-04 03:48:41 +00:00
Bhagyesh Pathak 598ab5c937 02_repeatString/solution - Line-32, replace "odin" with "hey"
As asked by @JoshDevHub in a discussion of a related PR, I made a similar change to this solution. In the earlier code, the comment description mentioned "hey" as a sample string but the code had "odin" string. This update addresses that tiny gap between sample comments and related code.

More on: https://github.com/TheOdinProject/javascript-exercises/pull/505#pullrequestreview-2588692590
2025-02-03 09:58:47 +05:30
Kumang Subba 9a5cdecf5b Update 02_repeatString/solution/repeatString-solution.spec.js
Co-authored-by: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com>
2024-03-24 07:09:52 +02:00
kumang 265c40fbef added alternate repeatString test strings 2024-01-07 23:31:14 +02:00
thatblindgeye e416717ba9 Remove test skips for solutions 2023-02-01 18:58:58 -05:00
thatblindgeye 2ec0f4344d Updated file paths 2023-02-01 18:53:54 -05:00
thatblindgeye 4a112362c8 Update files 2023-01-21 12:53:41 -05:00
thatblindgeye fb1a2db8d7 Add solution directories for exercises 2022-02-20 14:07:44 -05:00