Build a Calculator Using 4 Pillars of Object-Oriented Programming in JavaScript
We are going to build 2 calculators, basic calculator and better calculator that derived from a parent Calculator class using JavaScript, HTML and CSS. This article is more focused on applying OOP concepts.
Quick reminder, there are 4 pillars of OOP:...
theodorusandi.hashnode.dev8 min read