This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class FluidCalc { | |
constructor() { | |
// Array of operation objects | |
this.operations = []; | |
// Stores the first number in the chain | |
this.first_number = null; | |
// The latest operation in the chain | |
this.current_operation = null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metrics":{ | |
"participants":[] | |
} | |
} |
OlderNewer