Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaperKai07 committed Aug 16, 2024
1 parent 1f6150a commit d5dd7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fetch('Table_Input.csv')

// calculate values for Alpha, Beta, and Charlie
const alphaValue = values['A5'] + values['A20'];
const betaValue = values['A15'] + values['A7'];
const betaValue = values['A15'] / values['A7'];
const charlieValue = values['A13'] * values['A12'];

// display calculated values for Table 2
Expand Down

0 comments on commit d5dd7d1

Please sign in to comment.