Skip to content

A module for my answers to Codewars challenges

License

Notifications You must be signed in to change notification settings

abranhe/codewars

Repository files navigation

Codewars Build Status

My answers for Codewars challenges in Javascript.

Codewars is an educational community for computer programming. On the platform, software developers train on programming challenges known as kata. These discrete programming exercises train a variety of skills in a variety of programming languages, and are completed within an online IDE.

Install

$ npm install @abranhe/codewars

Usage

const codewars = require('@abranhe/codewars');

codewars.maskify('454233223424324');
// => ############4324

API

License

MIT © Abraham Hernandez