Calculator Interview Challenge - JavaScript Edition
- npm install
- Have candidate open calculator.js and calculator.spec.js in their favorite editor
- Have candidate implement solution to get initial tests to pass
- Run tests via npm test
- 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