Over the last two days, we've been writing code that synthesizes information from data.
After completing this assignment, you should...
- Be comfortable with JavaScript functions, arrays, and objects
- Understand the use of common functional programming patterns
- Be comfortable with using functional programming to iterate over these objects
- Use underscore.js for functional programming
After completing this assignment, you should be able to effectively use:
- Simple node.js web server applications
- underscore.js
- Functional programming iteration 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.
Pass ALL the tests!