string-reverse-js
v1.0.4
Published
reverse the string
Downloads
9
Maintainers
Readme
string-reverse-js
Installation
Use this command for Installation
npm install string-reverse-js
Usage
test.js
const reverseString = require("string-reverse-js");
console.log(reverseString("gopikrishna gurivisetti"));