Diagnostic

This tool helps Precourse engineers discover their current strong and weak points in JavaScript and CS fundamentals.

For Precourse engineers

Usage

  1. Fork and clone down /diagnostic
  2. cd into the Diagnostic repository
  3. npm install the dependencies
  4. Uncomment desired tests in problems/manifest.js
  5. Complete prompt(s)
  6. Run tests

- Attempt these problems without using the internet first, and without running the tests!
- These should be fundamental building blocks to your knowledge.

To run the tests

To run all uncommented prompts in the manifest, from terminal run the command:

npm test