/calculator

Primary LanguageJavaScript

calculator

Calculator Interview Challenge - JavaScript Edition

  1. npm install
  2. Have candidate open calculator.js and calculator.spec.js in their favorite editor
  3. Have candidate implement solution to get initial tests to pass
  4. Run tests via npm test
  5. As they get tests to pass, open up otherSpecs file and add more tests

This isn't just to get them to pass the specs - it's about observing how they communicate and develop code