Skip to content

Instantly share code, notes, and snippets.

@kpgavino
Created January 1, 2017 00:27
Show Gist options
  • Save kpgavino/838a970730060189fbba010afb870173 to your computer and use it in GitHub Desktop.
Save kpgavino/838a970730060189fbba010afb870173 to your computer and use it in GitHub Desktop.

Here are some students

['Aaron Aves',
'Alex Duda',
'Colton Jett',
'Elliott Birch',
'Jamin Ewell',
'Jane Vaden',
'Jared Cairns',
'Jason Sierra',
'Joshua Peng',
'Nick Partridge',
'Rachel Noble',
'Richard Mathera',
'Robert Ballard',
'Sammy Icaza',
'Samy Kebaish',
'Silvia Fernandez',
'Vandeth Nop',
'Vy Trinh']

Make a "cold caller" script that picks one of these people to call on, at random. The same cold-caller script as the previous problem, but please make sure there are no duplicates between invocations.

  • When everyone has been called, it should begin afresh with the entire list.

  • Don't refer back to other solutions, write it from scratch.

  • It's OK to look things up on the Internet -- try to restrict yourself to the MDN site. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment