A vanilla JavaScript web calculator I made as a practice for The Odin Project.
As part of the curriculum for The Odin Project, a series of courses about web development, I was asked to make a calculator in JavaScript using no libraries. I learned some very important lessons about how postfix notation is parsed and used in calculations. This currently support multi-operator expressions, decimal point numbers, and the 4 basic math functions.