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
let display; | |
let previous = null; | |
let operator = null; | |
let operatorClicked = false; | |
let isFoot = false; | |
let isInch = false; | |
/** | |
* Calculates the operation and updates the display. | |
*/ |