0.1.0 • Published 3 years ago
@jiwang/reverse-sentence v0.1.0
reverse-sentence
Reverses the words of a sentence.
install
npm intall @jiwang/reverse-sentenceAPI
require("reverse-sentence") => Function
reverse(sentence) => StringExample
const reverseSentence = require("reverse-sentence");
const sentence = "Hello Jiwang";
const reversed = reverseSentence(sentence);
console.log(reversed); //Jiwang HelloLicense
MIT
0.1.0
3 years ago