Skip to content

sabersebti/Financial-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Financial analysis

i was given a dataset composed of arrays with two fields: Date and Profit/Losses.

my task is to write JavaScript code that analyzes the records to calculate each of the following:

The total number of months included in the dataset.

The net total amount of Profit/Losses over the entire period.

The average of the changes in Profit/Losses over the entire period.

I ou will need to track what the total change in profits is from month to month and then find the average.

The greatest increase in profits (date and amount) over the entire period.

The greatest decrease in losses (date and amount) over the entire period.

image

here is the link to my project, go check it out: https://github.com/sabersebti/Financial-analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors