Skip to content

Instantly share code, notes, and snippets.

View thejordanprice's full-sized avatar

Jordan Price thejordanprice

  • Ohio, USA
View GitHub Profile
let display;
let previous = null;
let operator = null;
let operatorClicked = false;
let isFoot = false;
let isInch = false;
/**
* Calculates the operation and updates the display.
*/