-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ITP_JAN_25 | Yorsalem Mesmer | Module-Structuring-and-Testing-Data | sprint 3 #409
base: main
Are you sure you want to change the base?
ITP_JAN_25 | Yorsalem Mesmer | Module-Structuring-and-Testing-Data | sprint 3 #409
Conversation
…r invalid inputs.
if (times < 0) { | ||
throw new Error("Count cannot be negative"); | ||
} | ||
return str.repeat(times); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are using recursing in javasciprt, but you have to be careful while doing that. https://www.codecademy.com/resources/blog/recursion/ I suggest you to check this article.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems okay, well done, you can close this PR
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.