Skip to content

Monerh A#10

Open
Miuroro wants to merge 1 commit intoHackYourAssignment:mainfrom
Miuroro:main
Open

Monerh A#10
Miuroro wants to merge 1 commit intoHackYourAssignment:mainfrom
Miuroro:main

Conversation

@Miuroro
Copy link

@Miuroro Miuroro commented Feb 11, 2026

No description provided.

@mo92othman mo92othman self-assigned this Feb 15, 2026
Copy link

@mo92othman mo92othman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Miuroro ,

Good job on this week’s assignment! You show a solid understanding of the core concepts! very good work 👏

@@ -1 +1,23 @@
//Your code here

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can delete these kinds of unnecessary instruction lines.

Comment on lines +4 to +5
for (let i = 0; i < text.length; i++) {
// using i <= text.length makes text[i] become undefined

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good debugging work. You fixed the loop condition!

Comment on lines +26 to +30
- Should uppercase vowels be counted?
yes, to make the function more user-friendly
we can convert the text to lowercase before counting the vowels.
This way, both uppercase and lowercase vowels will be counted.
*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good thinking, however, the function still does not count uppercase vowels because the conversion to lowercase was not implemented.

@mo92othman mo92othman added Reviewed This assignment has been reivewed by a mentor and a feedback has been provided and removed To review labels Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed This assignment has been reivewed by a mentor and a feedback has been provided

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants