0.0.0 • Published 7 years ago
recursive-reverse v0.0.0
recursive-reverse
Recursively reverse a string:
hello world→dlrow olleh
Install
$ npm install recursive-reverseUsage
const recursiveReverse = require('recursive-reverse');
recursiveReverse('hello world');
//=> 'dlrow olleh'License
MIT © Carl Mungazi
0.0.0
7 years ago