1.0.0 • Published 4 years ago

@nishiajmera/reverse-sentence v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

reverse-sentence

Reverses the words of a sentence

Install

npm install @nishiajmera/reverse-sentence

API

require("reverse-sentence") => Function
reverse-statement => String

Example

const reverseSentence = require("reverse-sentence"); 
const sentence = "Hello ABC!"; 
const reversed = reverseSentence(sentence); 
console.log(reversed) // ABC! Hello

License

None