data = [
{
"2017-08-09": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"13:00",
"13:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00",
"16:30"
]
}
]
I'm trying to map over this array of objects and display info as follows:
Date 2017-08-09
available hours
09:00
09:30
10:00
...
I'm having trouble looping over this data structure,