This application provides a basic overview of some Javascript work.
It takes an dataset in the form of an array and produces multiple calculations including:
- The Total number of months included in the dataset.
- The Net total amount of Profit/Loss over the entire period.
- The average of the changes in the Profit/Loss between months over the entire period.
- The greatest increase in profits over the entire period, providing the month and amount
- The greatest decrease in profits over the entire period, providing the month and amount
This application is just to provide an example of basic Javascript work, with all outputs provided in the console log of the deployed application.
As shown in the screenshot below:
N/A
Link to deployed webpage: https://alexains.github.io/Console-Finances/