An open API service indexing awesome lists of open source software.

https://github.com/oakmac/object-oriented-calculator

Create a JavaScript calculator widget in a object-oriented fashion
https://github.com/oakmac/object-oriented-calculator

Last synced: 3 months ago
JSON representation

Create a JavaScript calculator widget in a object-oriented fashion

Awesome Lists containing this project

README

          

# Object Oriented Calculator

## Problem Description

Create a Calculator class in `js/calculator.js` that implements the API used in
`js/main.js`