Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.05 KB

File metadata and controls

12 lines (11 loc) · 1.05 KB

CodeWars

A repository of my daily codewar challenges with solutions

How to run

  1. Clone the repository
  2. Open the index.html file in a web browser
  3. Open the browser console to see the output of the solutions
  4. You can modify the script.js file to test different inputs
  5. Save changes to script.js and refresh the browser to see updated results
  6. Each solution is self-contained and can be tested independently
  7. Use the console to view results and debug if necessary
  8. Enjoy coding and solving challenges!