Skip to content

gusanchefullstack/reverse-sentence-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reverse-sentence Reverses the words of a sentence.

Install

npm install @gusanchedev/reverse-sentence 

API

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

Example

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

##License MIT

About

Testing npm publishing modules

Resources

Stars

Watchers

Forks

Packages

No packages published