Wrote a Blog Post

Implementing a basic calculator in JavaScript, the hard way!

Ok, so let's quickly get this out of the way. If you want to implement a basic calculator in JavaScript that correctly handles +, -, *, and / operations, do the following (in order of preference)