10 questions by phone
2 hours online programming tests
My results was:
_______________________
+ positive
- negative
= neutral
1. Implement the JavaScript native function indexOf
= No namespace pollution
-- Does not use fromIndex parameter, therefore fails for most cases.
2. Implement a unit test of your indexOf() implementation (Bonus: use mocha)
+ Uses Mocha
+ Decent cases for the implemented solution.
- Missing most cases for the full implementation
3. Add double-checks in inbox
- Changed the inbox.js file
+ Good debugging skill for finding the right place to change and keeping track of what was going on.