The end goal of the project was to take a sentence from the user, remove all words with fewer than three letters, and return those words in reverse order. Currently, the program only splits the sentence into individual words.
Run the following commands in Terminal:
$ git clone
this repository$ cd wordplay
$ open index.html
- Practice writing JavaScript functions and using arrays.
Spec | Input | Output |
---|---|---|
A sentence will be reversed, with small words eliminated. | Hello, my name is Awesome | Awesome name Hello |
Remove words longer than three letters and reverse the sentence.
There are no known bugs at this time, but most of the JS code is currently not working.
If you have any updates, questions, or suggestions please contact Margaret or make a contribution.
- HTML
- Bootstrap
- JavaScript
- jQuery
This software is licensed under the MIT License.
Copyright (c) 2017 Margaret Berry and Nate McGregor