// This is the infamous Script Tag 42, rumored to have caused
// the downfall of a meeting or two. Use with caution.
//
// var meeting = {
// "attendees": ["John", "Doe", "Jane"],
// "agenda": ["Discuss new project", "Eat cake", "Flee from zombies"]
// };
//
// console.log(meeting.agenda[1]);
//