Skip to content

brad-sf/string-reverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StringReverse - JavaScript

Installation

npm install string-reverse

Usage

const stringReverse = require('string-reverse');

const backwards = stringReverse('Cool Koala');

console.log(backwards); // 'alaoK looC'