/reverse-sentence

Primary LanguageJavaScriptMIT LicenseMIT

Reverse Sentence

This javascript function reverses the sentence you typed. The order of letters in words doesn't change.

For example:

Input: "I love coding"
Output: "coding love I"

Input: "Coding is good"
Output: "good is Coding"

Input: "Reverse this sentence, but keep the order of the letters in the words"
Output: "words the in letters the of order the keep but sentence, this Reverse"