Skip to content

Instantly share code, notes, and snippets.

View failpunk's full-sized avatar

Justin Vencel failpunk

View GitHub Profile
@failpunk
failpunk / fluid_calculator.js
Created March 19, 2019 21:20
This is a simple javascript test exercise.
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;
{
"metrics":{
"participants":[]
}
}