Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 419 Bytes

File metadata and controls

19 lines (12 loc) · 419 Bytes

Issues

Setup

Before working, fork and clone this repo and then do:

npm install

To run the unit tests that should guide your work do:

npm test

Todo

Build out the Issues class inside Issues.js by completing the logic for its getter properties. The Issues class creates instances with a collection of GitHub Issues data and getter properties to access the data meaningfully.