aboeglin / tdd-brown-bag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tdd-brown-bag

Spec of calculator

It should handle basic operations of a calculator such as :

  • sum
  • substract
  • multiply
  • divide

Proposed Command line interface :

node calculator.js example: `node calculator.js 3 + 2

About


Languages

Language:JavaScript 100.0%