Skip to content

part 2 done#16

Open
nqgsi wants to merge 1 commit intoJoinCODED:mainfrom
nqgsi:main
Open

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

Conversation

@nqgsi
Copy link

@nqgsi nqgsi commented Jul 20, 2025

No description provided.

@shereengh
Copy link

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