'Get a specific values in an Array to variables in React

I have an Array and I would like to acquire the following data into variables. How this can be done. I'm really new to React and would like to know how to do this too.

My Array

array in console

I want to get the following information and My array's name is EventInformation

const movieId = 0
const movieDate = 0
const showtimeId = 0
const venueId = 0


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source