This project involves creating a Codewars-style programming challenge using JavaScript and Vitest for unit testing. The goal is to define a coding problem, write test cases, and allow others to attempt the challenge while following Test-Driven Development (TDD) principles. It is hosted on Codewars here: http://bit.ly/3PXjFQL
npm install vitest --save-dev
{
"scripts": {
"test": "vitest"
}
}npm test
Contributions are always welcome!