Codewars My attempt of solving Codewars Katas in JavaScript. Table of Contents Setup Usage License Setup Install dependencies. npm install Usage Format Format code using Prettier. npm run format Linting Lint code using ESLint. npm run lint Testing Run tests using Vitest testing framework. npm test License MIT © Marco Biedermann