Deliverables

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Organize a Zoo

In this exercise, you’ll put on your zookeeper hat. While working at the zoo, you were delivered a large crate. Upon opening the crate, you discover it filled with cats, dogs, and of course, snakes. Here are the contents of the crate:

  var box = ["🐈","🐕", "🐍", "🐕", "🐈", "🐕", "🐍", "🐕", "🐕", "🐕", "🐈", "🐍", "🐈", "🐍", "🐍", "🐈"]
  ["🐍", "🐍", "🐍", "🐍", "🐍"]
  ["🐈", "🐈", "🐈", "🐈", "🐈"]
  ["🐕", "🐕", "🐕", "🐕", "🐕", "🐕"]
See forum comments
Download course materials from Github
Previous: Quiz: Control Flow in Action Next: Answer Key