rgbtohexandback
Version:
Code Challenge 6 - Course - Complete Web Developer in 2018
11 lines (10 loc) • 384 B
Markdown
# 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