-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
- Create an array with everyone in the class
- accept arguments for
groupSizeornumberOfPeople(one or the other, but not both) - prints out rows of groups
- or prints out array of people
- hard code the arguments (or use
window.pplpkr = pplpkrto export it to the console)
Bonus: use jQuery to take arguments from input elements (and a run button to run the function)
Hint: You'll need to instruct jQuery to run main rather than invoking it yourself: $(main); instead of main();