Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 893 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 893 Bytes

Beach Potluck Party Project

The project involved creating a guest list for a fictitious potluck, then randomly assigning dishes for the guests to bring along.

Objective

  • Use event handlers, function expressions, and querySelectorAll() to create a list of 8 guests maximum to invite to the potluck, as well as clear the input box.
  • Then use functions, a for...of loop, an array, and the Math object to randomly assign a dish to invitees.
  • Once the dishes are assigned, use the disabled property to prevent assigning dishes twice.

beach-party-invite

Launch

View the Beach Potluck Party Project here: https://marisabrantley.github.io/beach-potluck-party/

Class

Skillcrush, Break into Tech Blueprint

JavaScript Fundamentals