I am reading some legacy React code and came across following expression:
const IntroComponent = { cognitive: CognitiveAssessmentIntro, questionnaire: QuestionnaireIntro }[assessmentType]
What does the array after the object syntax mean?