1.0.1 • Published 11 months ago

string-reverse-nodejs v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

��# Reverse String

const reverse_string = (str) =>str.split("").reverse().join(""); module.exports = reverse_string;

console.log(reverse_string("Hello World"));

1.0.1

11 months ago

1.0.0

11 months ago