This is a javascript solution for the Word Search Kata.
- The input values were created from the website: http://puzzlemaker.discoveryeducation.com/WordSearchSetupForm.asp
- The strings used in the input were pulled from html elements inner HTML by inspecting the HTML page:
- This is where you import the copied string from the inspected html page
- $ npm start
- $ npm run-script testDetails
- $ npm test
- $ npm run-script solution