Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 851 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 851 Bytes

Block 15: Froyo

Build your website according to this user story:

A visitor receives a prompt upon opening the website to enter a list of comma-separated froyo flavors. They type vanilla,vanilla,vanilla,strawberry,coffee,coffee. When they view the browser console, they observe a table listing how many of each flavor they have ordered. In this case, they will be able to observe that they have ordered three vanilla, two coffee, and one strawberry froyo.

Getting Started

There is no starter code for this workshop; the solutions to previous workshops will be great to review!

  1. Create a new repository named Unit2.Froyo on GitHub and clone it down.
  2. Open the project with VS Code and create an HTML file and a JavaScript file.
  3. Figure out a plan for what code you'll need to write based on the user story. Use the rubric to guide you.