A project to assess basic programming aptitude.
-
Install Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
-
Clone this repository from the termainal/command line from a parent directory containing git repositories (such as /Users/myusername/git):
git clone https://github.com/soltisclan/LinkedList.git
- Install dependencies (from the terminal/command line within the /LinkedListTest directory)
npm install <-- Install dependencies
npm run test <-- Launch unit tests