Skip to content

part 2 done#16

Open
nqgsi wants to merge 1 commit into
JoinCODED:mainfrom
nqgsi:main
Open

part 2 done#16
nqgsi wants to merge 1 commit into
JoinCODED:mainfrom
nqgsi:main

Conversation

@nqgsi
Copy link
Copy Markdown

@nqgsi nqgsi commented Jul 20, 2025

No description provided.

@shereengh
Copy link
Copy Markdown

Nicely done except consider this for calculateNetTotal and that it needs to be subtract not plus

function calculateNetTotal(transactions: Transaction[]): number {
return calculateTotalIncome(transactions) - calculateTotalExpenses(transactions);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants