Commit Graph

8 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 2861e62954 Javascript-exercises: 02_repeatString - Fix code on line 32
The original code had "hey" as the seed string value and hence the comment on line-29 mentions "hey". But the last commit on the code changed "hey" to "odin".

We can either change instances of comment or the code. I propose changing the code instance from "odin" to "hey" for consistency.
2024-11-13 19:37:26 +05:30
kumang 265c40fbef added alternate repeatString test strings 2024-01-07 23:31:14 +02:00
gerijeb 09806f109a Fix typo 2022-01-01 21:50:35 -03:00
Benjo Kho 61f38bf60c Rename folders with numbers and underscores 2021-08-07 14:52:11 +08:00