# Code Challenge 6 - files
**Code Challenge 6 for the course "The Complete Web Developer in 2018"**
# Files
js/coding_challenge6.js - Solution   
test/test_coding_challenge6.js - Automated Tests with Karma  
# To run the Tests
Run 'npm install' to install the libraries  
**Install Karma-cli:**  
Run 'npm install -g karma-cli'  
Execute 'karma start' to run the tests     
