1.0.0 • Published 8 years ago

zigZag v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

zigZag

CircleCI

The code will take a string and make this conversion given a number of rows.

Install

$ npm install zigZag

Usage

const zigZag = require('zigZag');

zigZag("HAVEAGOODDAY",3) // should return "HADAEGODYVOA";
1.0.0

8 years ago