Skip to content

wvu-ric/cl-mobile-js-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Javascript List

Instructions

This program prompts users to add items to a shopping list. When the user signifies completion by entering an empty string (""), the program will display an alert with a numbered list in the following format:

1. Apples
2. Oranges
3. Milk

Submit the assignment by submitting a pull request. The steps to do that are as follows:

  1. To start, fork the repository.
  2. Clone the repository to your computer.
  3. Modify the files and commit changes to complete your solution.
  4. Push/sync the changes up to GitHub.
  5. Create a pull request on the original repository to turn in the assignment.