You can use this assignment in your class!
Mastery Progress(100.0%)
i

Movie Theater Project (OOP in JavaScript)

You answeredJUST NOW
  • Solution
  • Unit test #1
JavaScript
You passed all unit tests!
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' }
]
Your STDOUT
[
  Theater {
    theaterName: 'Movies Plus',
    capacity: 200,
    city: 'Cleveland'
  },
  Theater { theaterName: 'MoviePlex', capacity: 75, city: 'Chicago' },
  Theater { theaterName: 'FlixMax', capacity: 2850, city: 'Boston' }
]

Did you like this question?

(Voting helps us personalize your learning experience!)
imgInstructor solution
Alec KretchNOV 17, 2021, 2:42:02 PM
JavaScript

Was this helpful?

(Voting helps us personalize your learning experience!)
Think you've got it?
Select one of the following options:
  • A.
  • B.
Submit answer

Was this helpful?

(Voting helps us personalize your learning experience!)

You may exit out of this review and return later without penalty.