To learn about testing with JavaScript and test-driven development. To learn how to use the Jasmine test suite to run tests against code and how to handle varying situations including asynchronous code.
- Navigate to http://kortiz75.github.io/frontend-nanodegree-feedreader to open up the feed reader site
- Scroll to bottom to check that all tests pass
- Open jasmine/spec/feedreader.js to check test logic
- Clone the https://github.com/kortiz75/frontend-nanodegree-feedreader repository
- Open index.html in browser
- Scroll to bottom to check that all tests pass
- Open jasmine/spec/feedreader.js to check test logic