Now that we know all six of the JavaScript object types, we need to be comfortable using all of them; specifically iterating over all of them.
After completing this assignment, you should...
- Be comfortable with JavaScript functions, arrays, and objects
- Be comfortable with iterating over arrays and objects
After completing this assignment, you should be able to effectively use:
- Simple node.js web server applications
- Loops to iterate over objects and arrays
- Test-driven development
This assignment consists of a simple test runner that's performing tests on functions that we need to complete.
Make all the tests pass. :)