Skip to content

Second Task is Done#14

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

Second Task is Done#14
bkmushaileh wants to merge 1 commit intoJoinCODED:mainfrom
bkmushaileh:main

Conversation

@bkmushaileh
Copy link

No description provided.

@shereengh
Copy link

Nicely done 👍😍

Consider this solution for calculateNetTotal

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