Skip to content

Week 3: Monday - People Picker Lab #2

@coolaj86

Description

@coolaj86
  • Create an array with everyone in the class
  • accept arguments for groupSize or numberOfPeople (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 = pplpkr to 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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions