Skip to content

Mareh A.#17

Open
mareh-aboghanem wants to merge 2 commits intoHackYourAssignment:mainfrom
mareh-aboghanem:main
Open

Mareh A.#17
mareh-aboghanem wants to merge 2 commits intoHackYourAssignment:mainfrom
mareh-aboghanem:main

Conversation

@mareh-aboghanem
Copy link

No description provided.

@mareh-aboghanem mareh-aboghanem changed the title Mareh S. Mareh A. Feb 11, 2026
@sycons sycons self-assigned this Feb 14, 2026
Copy link

@sycons sycons left a comment

Choose a reason for hiding this comment

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

Well done! You seem to have a good grasp on algorithms and using them in problem solving

  • Count values above a threshold ✅
  • Write Unit Tests ✅
  • Debug and Fix the Logic ✅
  • Algorithm performance experiment ✅

Copy link

Choose a reason for hiding this comment

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

It looks like the node_modules folder got committed. I'm not sure how that happened when .gitignore contains the name of the folder.

@@ -15,3 +15,5 @@ function countVowels(text) {

return count;
}
//countVowels("hello");
countVowels("Apple");
Copy link

Choose a reason for hiding this comment

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

Please run the function with different inputs.

const fakeTarget = 123456789;

sizes.forEach(size => {
Copy link

Choose a reason for hiding this comment

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

Clever way of doing this! ⭐

@sycons sycons added the Reviewed This assignment has been reivewed by a mentor and a feedback has been provided label 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