Skip to content

Commit

Permalink
Reverses the sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
romellogoodman committed Oct 15, 2018
1 parent a070f36 commit 846eecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/reverse_sentence.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const reverse = str.split(' ').reverse().join(' ');

0 comments on commit 846eecb

Please sign in to comment.