1.0.0 • Published 3 years ago
@lamnguyen_agilityio/reverse-sentence v1.0.0
reverse-sentence
Reverses the words of a sentence.
Install
npm install @lamnguyen_agilityioreverse-sentenceAPI
reverse(sentence) => StringExample
const reverseSentence = require("reverse-sentence");
const sentence = "Hello Beth!";
const reversed = reverseSentence(sentence);
console.log(reversed) // Beth! HelloLicenseMIT
1.0.0
3 years ago