Skip to content

Conversation

@Miuroro
Copy link

@Miuroro Miuroro commented Feb 4, 2026

No description provided.

@github-actions

This comment has been minimized.

@mo92othman mo92othman self-assigned this Feb 5, 2026
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

📝 HackYourFuture auto grade

Assignment Score: 0 / 100 ✅

Status: ✅ Passed
Minimum score to pass: 0
🧪 The auto grade is experimental and still being improved

Test Details

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 , Overall, great work 👏
You implemented all requirements clearly, and your code is easy to follow.

Good job on the extra effort working on the bonus.

Comment on lines +5 to +13
addTransaction,
getTotalIncome,
getTotalExpenses,
getBalance,
getTransactionsByCategory,
getLargestExpense,
printAllTransactions,
printSummary,
getAverageExpensePerCategory,

Choose a reason for hiding this comment

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

Small suggestion 🙂

Some imported functions are not used in this file.
It’s best practice to remove unused imports to keep the code clean and easier to read.

}

// Calculates and returns the average expense amount for each category
export function getAverageExpensePerCategory(transactions) {

Choose a reason for hiding this comment

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

Nice implementation 👍.

@mo92othman mo92othman added Reviewed This assignment has been reivewed by a mentor and a feedback has been provided and removed To review labels Feb 8, 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