1.0.0 • Published 2 years ago

@lamnguyen_agilityio/reverse-sentence v1.0.0

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

reverse-sentence

Reverses the words of a sentence.

Install

npm install @lamnguyen_agilityioreverse-sentence

API

reverse(sentence) => String

Example

const reverseSentence = require("reverse-sentence");

const sentence = "Hello Beth!";

const reversed = reverseSentence(sentence);

console.log(reversed) // Beth! Hello

LicenseMIT

1.0.0

2 years ago