Skip to content

Splits a sentence, deletes specific elements, and joins them into a new sentence (Epicodus Intro Week 3 Monday)

Notifications You must be signed in to change notification settings

codemargaret/wordplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Play

A form where a user can enter a sentence and see it reversed, 08.14.2017

By Margaret Berry and Nate McGregor

Description

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.

Setup/Installation Requirements

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd wordplay
  3. $ open index.html

Project Goals

  • Practice writing JavaScript functions and using arrays.

Specifications

Spec Input Output
A sentence will be reversed, with small words eliminated. Hello, my name is Awesome Awesome name Hello

Future Features

Remove words longer than three letters and reverse the sentence.

Bugs

There are no known bugs at this time, but most of the JS code is currently not working.

Support and contact details

If you have any updates, questions, or suggestions please contact Margaret or make a contribution.

Technologies Used

  • HTML
  • Bootstrap
  • JavaScript
  • jQuery

License

This software is licensed under the MIT License.

Copyright (c) 2017 Margaret Berry and Nate McGregor

About

Splits a sentence, deletes specific elements, and joins them into a new sentence (Epicodus Intro Week 3 Monday)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published