You answeredJUST NOW
JavaScript
Unit test number
1
Expected STDOUT
[
Theater {
theaterName: 'Movies Plus',
capacity: 200,
city: 'Cleveland'
},
Theater { theaterName: 'MoviePlex', capacity: 75, city: 'Chicago' },
Theater { theaterName: 'FlixMax', capacity: 2850, city: 'Boston' }
]
Theater {
theaterName: 'Movies Plus',
capacity: 200,
city: 'Cleveland'
},
Theater { theaterName: 'MoviePlex', capacity: 75, city: 'Chicago' },
Theater { theaterName: 'FlixMax', capacity: 2850, city: 'Boston' }
]
Your STDOUT
[
Theater {
theaterName: 'Movies Plus',
capacity: 200,
city: 'Cleveland'
},
Theater { theaterName: 'MoviePlex', capacity: 75, city: 'Chicago' },
Theater { theaterName: 'FlixMax', capacity: 2850, city: 'Boston' }
]
Theater {
theaterName: 'Movies Plus',
capacity: 200,
city: 'Cleveland'
},
Theater { theaterName: 'MoviePlex', capacity: 75, city: 'Chicago' },
Theater { theaterName: 'FlixMax', capacity: 2850, city: 'Boston' }
]
Instructor solution
You may exit out of this review and return later without penalty.